This is an archive of the discontinued LLVM Phabricator instance.

[Serialization] Delta encode locations in expansion sloc entries
ClosedPublic

Authored by sammccall on May 19 2022, 1:01 AM.

Details

Summary

This is a 1.9% reduction in PCH size in my measurements.

In abbreviated records, VBR6 seems to be slightl better than VBR8 for locations
that may be delta-encoded (i.e. not the first)

Diff Detail

Event Timeline

sammccall created this revision.May 19 2022, 1:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2022, 1:01 AM
sammccall requested review of this revision.May 19 2022, 1:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2022, 1:01 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.May 19 2022, 1:41 AM
This revision was landed with ongoing or failed builds.May 19 2022, 4:06 PM
This revision was automatically updated to reflect the committed changes.