[PATCH] D45589: [DWARF] Defer emitting type units until the compile units are done.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 12 13:45:57 PDT 2018


dblaikie added a comment.

This would regress memory usage significantly - see r260578 / https://reviews.llvm.org/D17118 for more details. (17% decrease in memory usage when this was implemented)

Could you explain more what would be problematic about emitting type units immediately in DWARF5?


Repository:
  rL LLVM

https://reviews.llvm.org/D45589





More information about the llvm-commits mailing list