Description[wasm] cloning compiled module before instantiation
To correctly support instantiating a compiled module multiple times, we clone the
compiled module each time we create an instance, since some of the data is specific
to the instance - e.g. export code, wasm functions, indirect table.
BUG=v8:5072
Committed: https://crrev.com/81f42220a63f8d29bde947171b1ed8e555034b53
Cr-Commit-Position: refs/heads/master@{#37692}
Patch Set 1 #Patch Set 2 : cloning #Patch Set 3 : simpler fixed table #Patch Set 4 : rebase #Patch Set 5 #
Total comments: 10
Patch Set 6 : feedback #
Total comments: 10
Patch Set 7 : [wasm] cloning compiled module before instantiation #
Messages
Total messages: 16 (5 generated)
|