This is an archive of the discontinued LLVM Phabricator instance.

[llvm-profgen] Turn off cold context trimming by default
ClosedPublic

Authored by wenlei on Sep 2 2021, 9:37 AM.

Details

Summary

We merge cold context by default to save profile size. However trimming cold context after merging doesn't save size much, so default to off to reflect how it's commonly used.

Diff Detail

Event Timeline

wenlei created this revision.Sep 2 2021, 9:37 AM
wenlei requested review of this revision.Sep 2 2021, 9:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 2 2021, 9:37 AM
hoy accepted this revision.Sep 2 2021, 10:44 AM

lgtm.

This revision is now accepted and ready to land.Sep 2 2021, 10:44 AM
This revision was automatically updated to reflect the committed changes.