[PATCH] D19660: Use a single context for lto
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 28 08:23:59 PDT 2016
joker.eph added a comment.
> Using multiple context used to be a really big memory saving because we could free memory from each file while the linker proceeded with the the symbol resolution.
Using multiple LLVMContext is an enabled to parse the bitcode in parallel, don't you care about that?
http://reviews.llvm.org/D19660
More information about the llvm-commits
mailing list