This is an archive of the discontinued LLVM Phabricator instance.

[PGO][PGSO] Enable profile guided size optimization for non-cold code under instrumentation PGO.
ClosedPublic

Authored by hjyamauchi on Feb 5 2020, 10:13 AM.

Details

Summary

This enables it for large working set size cases only.

This does not enable it under sample PGO.

Event Timeline

hjyamauchi created this revision.Feb 5 2020, 10:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 5 2020, 10:13 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
davidxl accepted this revision.Feb 5 2020, 1:53 PM

lgtm

This revision is now accepted and ready to land.Feb 5 2020, 1:53 PM
This revision was automatically updated to reflect the committed changes.