[PATCH] D33264: Garbage collect dllimported symbols.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 16:35:39 PDT 2017
pcc added a comment.
A high level question: we are already using chunks to represent "GOTs" and "PLTs" for imported symbols. Would it not work to move the live bit to Chunk and track liveness of these special chunks in the same way as with regular chunks?
https://reviews.llvm.org/D33264
More information about the llvm-commits
mailing list