This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][DWARF] Remove caching of ranges/abbrevs
ClosedPublic

Authored by ayermolo on Feb 8 2022, 12:28 PM.

Details

Summary

Removing caching of ranges/abbrevs to simplify the code.
Before we were doing it to get around a gdb limitation.
FBD34015613

Diff Detail

Event Timeline

ayermolo created this revision.Feb 8 2022, 12:28 PM
ayermolo requested review of this revision.Feb 8 2022, 12:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 8 2022, 12:28 PM
ayermolo edited the summary of this revision. (Show Details)Feb 8 2022, 12:38 PM
Amir accepted this revision.Feb 8 2022, 12:39 PM

Reviewed internally

This revision is now accepted and ready to land.Feb 8 2022, 12:39 PM
maksfb accepted this revision.Feb 8 2022, 3:21 PM

LGTM

ayermolo updated this revision to Diff 407005.Feb 8 2022, 3:59 PM

Fixed test.

This revision was automatically updated to reflect the committed changes.