This is an archive of the discontinued LLVM Phabricator instance.

[StackSafety,NFC] Reduce FunctionSummary size
ClosedPublic

Authored by vitalybuka on Jul 9 2020, 12:46 AM.

Details

Summary

Most compiler infocations will not need ParamAccess,
so we can optimize memory usage there with smaller unique_ptr
instead of empty vector.
Suggested in D80908 review.

Diff Detail

Event Timeline

vitalybuka created this revision.Jul 9 2020, 12:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 9 2020, 12:46 AM
This revision is now accepted and ready to land.Jul 9 2020, 11:52 AM
This revision was automatically updated to reflect the committed changes.