This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Don't allocate memory in parallelForEach
ClosedPublic

Authored by int3 on Mar 11 2022, 5:27 AM.

Details

Reviewers
Roger
Group Reviewers
Restricted Project
Commits
rG9b7b21d2f7cf: [lld-macho] Don't allocate memory in parallelForEach
Summary

... since BumpPtrAllocator isn't thread-safe.

Diff Detail

Event Timeline

int3 created this revision.Mar 11 2022, 5:27 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 11 2022, 5:27 AM
int3 requested review of this revision.Mar 11 2022, 5:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 11 2022, 5:27 AM
Roger accepted this revision.Mar 11 2022, 10:29 AM
This revision is now accepted and ready to land.Mar 11 2022, 10:29 AM
This revision was automatically updated to reflect the committed changes.