This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Inline getScudoChunk function.
ClosedPublic

Authored by flowerhack on Dec 12 2017, 3:14 PM.

Details

Summary

getScudoChunk function is implicitly inlined for optimized builds on
clang, but not on gcc. It's a small enough function that it seems
sensible enough to just inline it by default.

Diff Detail

Event Timeline

flowerhack created this revision.Dec 12 2017, 3:14 PM
cryptoad accepted this revision.Dec 12 2017, 3:28 PM
This revision is now accepted and ready to land.Dec 12 2017, 3:28 PM
This revision was automatically updated to reflect the committed changes.
Herald added subscribers: Restricted Project, llvm-commits. · View Herald TranscriptDec 13 2017, 8:11 AM