Description[wasm] consolidate wasm and asm.js module compilation sequence
This unblocks avoiding the separate code template.
In the upcoming CL doing away with code templates, We need to track instances
through the module object, which needs to be separate from the compiled module
data, which is then shared with the first instance.
This CL ensures we have the object available in the asm.js scenario, too.
Note that this CL also unifies the error messaging when module
decoding fails.
BUG=v8:5316
Committed: https://crrev.com/5f8a6ec4b13a054033bd42f8998f2fbb2e7da9c7
Cr-Commit-Position: refs/heads/master@{#39097}
Patch Set 1 #
Total comments: 4
Patch Set 2 : [wasm] consolidate wasm and asm.js module compilation sequence #Patch Set 3 : [wasm] consolidate wasm and asm.js module compilation sequence #
Messages
Total messages: 29 (22 generated)
|