[PATCH] D59797: [COFF] Reorder fields in Chunk and SectionChunk to reduce their size

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 28 17:48:36 PDT 2019


rnk added a comment.

I added one last size optimization, replacing a std::vector with a forward linked list and a custom iterator for it. PTAL


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59797





More information about the llvm-commits mailing list