This is an archive of the discontinued LLVM Phabricator instance.

[asan] Don't quarantine large blocks
ClosedPublic

Authored by vitalybuka on Jun 21 2023, 10:10 PM.

Details

Summary

Almost NFC, as blocks over max quarantine size will trigger immediate
drain anyway. In followup patches we can optimize passthrough case.

Diff Detail

Event Timeline

vitalybuka created this revision.Jun 21 2023, 10:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2023, 10:10 PM
Herald added a subscriber: Enna1. · View Herald Transcript
vitalybuka requested review of this revision.Jun 21 2023, 10:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2023, 10:10 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
thurston accepted this revision.Jun 22 2023, 9:03 AM
This revision is now accepted and ready to land.Jun 22 2023, 9:03 AM
This revision was landed with ongoing or failed builds.Jun 22 2023, 10:08 AM
This revision was automatically updated to reflect the committed changes.