[PATCH] D71261: [ThinLTO] upgrade IR symtab in parallel ahead of time

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 11:40:04 PST 2019


steven_wu added a comment.

This sounds like a good idea. Have you thought about just write out upgraded bitcode file on disk (since you named it a "SymTabCache"), maybe into thinLTO cache? This will speed up the incremental build as well. I think most of the upgrade path are coming from linking a bitcode static library, which is probably not changing during incremental build so we just need to upgrade once.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71261/new/

https://reviews.llvm.org/D71261





More information about the llvm-commits mailing list