[PATCH] D51078: Reduce the memory footprint of dsymutil. (NFC)
Frederic Riss via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 21 17:58:18 PDT 2018
friss added inline comments.
================
Comment at: tools/dsymutil/DwarfLinker.cpp:2471
+ LinkContext.Ranges, OffsetsStringPool,
+ UniquingStringPool, ODRContexts, UnitID);
}
----------------
Here UnitID is always the same in this loop. Pretty sure that's bad.
https://reviews.llvm.org/D51078
More information about the llvm-commits
mailing list