[PATCH] D126800: Write output sections in parallel

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 11:58:18 PDT 2022


int3 accepted this revision.
int3 added a comment.
This revision is now accepted and ready to land.

Would still love to have numbers on the workload size if possible.

> I've looked through the different overridden versions and can't see any race conditions.

Yes, `writeTo` should be synchronization-free by design. I don't remember why we hadn't called in parallel to begin with...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126800



More information about the llvm-commits mailing list