[PATCH] D115416: [lld-macho] Prevent writing map files on the critical path

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 12 09:42:25 PST 2021


thakis added a comment.

Looks cool, but have you tried optimizing the map writing code a bit first? IIRC it's fairly unoptimized.

(But moving it on a thread and optimizing it are both good things to do of course.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115416



More information about the llvm-commits mailing list