This is an archive of the discontinued LLVM Phabricator instance.

[LLD] Make scoped timers thread safe
ClosedPublic

Authored by rnk on May 20 2020, 7:55 AM.

Details

Summary

This is a pre-requisite to parallelizing PDB symbol and type merging.
Currently this timer usage would not be thread safe.

Diff Detail

Event Timeline

rnk created this revision.May 20 2020, 7:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2020, 7:55 AM
Herald added a subscriber: jfb. · View Herald Transcript
MaskRay accepted this revision.May 20 2020, 8:10 AM

LGTM.

This revision is now accepted and ready to land.May 20 2020, 8:10 AM
This revision was automatically updated to reflect the committed changes.