This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Move noinline functions definitions out of line
ClosedPublic

Authored by cryptoad on Jun 15 2018, 10:29 AM.

Details

Summary

Mark isRssLimitExceeded as NOINLINE, and move it's definition as well as
the one of performSanityChecks out of the class definition, as requested.

Diff Detail

Event Timeline

cryptoad created this revision.Jun 15 2018, 10:29 AM
Herald added subscribers: Restricted Project, delcypher. · View Herald TranscriptJun 15 2018, 10:29 AM
alekseyshl accepted this revision.Jun 15 2018, 10:58 AM
This revision is now accepted and ready to land.Jun 15 2018, 10:58 AM
This revision was automatically updated to reflect the committed changes.