This is an archive of the discontinued LLVM Phabricator instance.

[CSSPGO] Relax size limitation for priority inlining with preinlined profile
ClosedPublic

Authored by hoy on May 2 2022, 12:00 PM.

Details

Summary

As a follow-up to D124632, I'm turning on unlimited size caps for inlining with preinlined profile. It should be safe as a preinlined profile has "bounded" inline contexts.

No noticeable size or perf delta was seen with two of our internal large services, but I think this is still a good change to be consistent with the other case.

Diff Detail

Event Timeline

hoy created this revision.May 2 2022, 12:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 2 2022, 12:00 PM
hoy requested review of this revision.May 2 2022, 12:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 2 2022, 12:00 PM
hoy edited the summary of this revision. (Show Details)May 2 2022, 12:01 PM
hoy added reviewers: wenlei, wlei.
wenlei accepted this revision.May 3 2022, 6:15 PM

lgtm, thanks.

This revision is now accepted and ready to land.May 3 2022, 6:15 PM
This revision was landed with ongoing or failed builds.May 3 2022, 6:43 PM
This revision was automatically updated to reflect the committed changes.