This is an archive of the discontinued LLVM Phabricator instance.

COFF: Add a flag for disabling string tail merging.
ClosedPublic

Authored by pcc on May 11 2018, 3:11 PM.

Details

Summary

We discovered (crbug.com/838449#c24) that string tail merging can
negatively affect compressed binary size, so provide a flag to turn
it off for users who care more about compressed size than uncompressed
size.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.May 11 2018, 3:11 PM
ruiu accepted this revision.May 11 2018, 3:19 PM

LGTM

This revision is now accepted and ready to land.May 11 2018, 3:19 PM
This revision was automatically updated to reflect the committed changes.