This is an archive of the discontinued LLVM Phabricator instance.

[DO NOT SUBMIT] Switch DataExtractor to 64-bit offsets
AbandonedPublic

Authored by ikudrin on Jul 1 2019, 9:30 PM.

Details

Reviewers
aprantl
dblaikie
Summary

This is an incomplete try to change offsets from 32-bit to 64-bit in DataExtractor.

Diff Detail

Event Timeline

ikudrin created this revision.Jul 1 2019, 9:30 PM

In a few cases it may be beneficial to reorder struct elements such that groups of 32-bit or smaller elements aren't interrupted by a 64-bit element for better packing.

include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h
57

this probably needs to become 64 bit, too?

ikudrin abandoned this revision.Jul 4 2019, 7:53 AM