This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Avoid THREADLOCAL in qsort
Changes PlannedPublic

Authored by vitalybuka on Aug 26 2021, 12:04 PM.

Details

Reviewers
eugenis
morehouse
Summary

With additional memory it and indirection it can be implemented
without THREADLOCAL.

Depends on D108751.

Diff Detail

Event Timeline

vitalybuka requested review of this revision.Aug 26 2021, 12:04 PM
vitalybuka created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 26 2021, 12:04 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript

What's the motivation for this change? It complicates our implementation quite a bit.

vitalybuka planned changes to this revision.Sep 10 2021, 11:21 AM