This should help reduce memory consumption during LTO. Also works around a
bug [1] in the module linker.
[1] http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20151109/312869.html
Differential D14672
COFF: Destroy LTOModules as they are linked. ClosedPublic Authored by pcc on Nov 13 2015, 6:18 PM.
Details Summary This should help reduce memory consumption during LTO. Also works around a [1] http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20151109/312869.html
Diff Detail Event Timelinepcc updated this object. This revision is now accepted and ready to land.Nov 14 2015, 8:41 PM Closed by commit rL253397: COFF: Destroy LTOModules as they are linked. (authored by pcc). · Explain WhyNov 17 2015, 3:33 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 40195 COFF/InputFiles.h
COFF/SymbolTable.cpp
|