This is an archive of the discontinued LLVM Phabricator instance.

tsan: inline ProcessPendingSignals check
ClosedPublic

Authored by dvyukov on Jul 31 2021, 2:48 AM.

Details

Summary

ProcessPendingSignals is called in all interceptors
and user atomic operations. Make the fast-path check
(no pending signals) inlinable.

Diff Detail

Event Timeline

dvyukov created this revision.Jul 31 2021, 2:48 AM
dvyukov requested review of this revision.Jul 31 2021, 2:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2021, 2:48 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
melver accepted this revision.Aug 2 2021, 1:30 AM
This revision is now accepted and ready to land.Aug 2 2021, 1:30 AM
This revision was automatically updated to reflect the committed changes.