This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Refactor to avoid conflating global and function index space. NFC
ClosedPublic

Authored by sbc100 on Mar 10 2018, 6:44 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Mar 10 2018, 6:44 PM
sbc100 retitled this revision from [WebAssembly] Refactor to avoid conflating global and fucntion index space. NFC to [WebAssembly] Refactor to avoid conflating global and function index space. NFC.Mar 10 2018, 7:09 PM
ncw accepted this revision.Mar 12 2018, 9:00 AM

Looks good, a few more lines of boilerplate in InputChunks.cpp are worth it for the added clarity.

Sorry you'll get a conflict in Writer::calculateImports.

This revision is now accepted and ready to land.Mar 12 2018, 9:00 AM
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.