[PATCH] D62356: [COFF] Replace OutputSection* with uint16_t index in Chunk
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 24 08:42:34 PDT 2019
aganea added a comment.
Great stuff, thanks for doing this Reid! :) Inherently, this should make things a bit faster, it will also reduce cache misses.
We use a neat tool called Crunchersharp <https://github.com/msinilo/crunchersharp> to have a broader overview:
F8920204: crunchersharp.png <https://reviews.llvm.org/F8920204>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62356/new/
https://reviews.llvm.org/D62356
More information about the llvm-commits
mailing list