This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Mark some performance critical buffers uninitialized
ClosedPublic

Authored by melver on May 26 2023, 3:31 AM.

Details

Summary

With -ftrivial-auto-var-init, do not emit memset() calls for performance
critical stack variables.

Diff Detail

Event Timeline

melver created this revision.May 26 2023, 3:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 26 2023, 3:31 AM
Herald added subscribers: Enna1, dberris. · View Herald Transcript
melver requested review of this revision.May 26 2023, 3:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 26 2023, 3:31 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
dvyukov accepted this revision.May 26 2023, 4:01 AM
This revision is now accepted and ready to land.May 26 2023, 4:01 AM
MaskRay accepted this revision.May 26 2023, 7:53 AM
vitalybuka accepted this revision.May 26 2023, 2:52 PM
This revision was landed with ongoing or failed builds.May 30 2023, 3:02 AM
This revision was automatically updated to reflect the committed changes.