This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Inline translateVA as it's trivial.
ClosedPublic

Authored by ruiu on Feb 23 2018, 10:16 PM.

Details

Summary

The problem I want to address now is that chunks have too many data
members for "offsets", and their origins are not well defined.
For example, InputSegment has OutputSegmentOffset, but it's base class
also has OutputOffset. That's very confusing.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu created this revision.Feb 23 2018, 10:16 PM
sbc100 accepted this revision.Feb 27 2018, 11:45 AM
This revision is now accepted and ready to land.Feb 27 2018, 11:45 AM
This revision was automatically updated to reflect the committed changes.