Description[wasm] Skip whole function linking phase
As functions are relinked at instantiation anyway, we can just
completely skip the LinkFunctions pass at wasm compile time.
This way, we also don't need to create one placeholder per wasm
function, but we just use one placeholder everywhere. The function
index which was stored in the placeholder before is now retrieved from
the wire bytes anyway.
R=titzer@chromium.org
Review-Url: https://codereview.chromium.org/2624383003
Cr-Commit-Position: refs/heads/master@{#42285}
Committed: https://chromium.googlesource.com/v8/v8/+/723aeeaba2d672657675306004b9e91fdc396ee6
Patch Set 1 #Patch Set 2 : Remove unused variable #
Depends on Patchset: Messages
Total messages: 15 (11 generated)
|