Description[wasm] Decouple function name and exported name in WasmFunctionBuilder
This is needed for the asm.js -> WASM pipeline. A single exported
function is exported as __single_function__, but we still want to see
the correct function name on the stack, so the underlying wasm function
has to carry the original name.
R=ahaas@chromium.org, titzer@chromium.org
BUG=v8:4203
Committed: https://crrev.com/4f9976aa6838ca67754d570d0896e2a073355547
Cr-Commit-Position: refs/heads/master@{#40159}
Patch Set 1 #
Total comments: 3
Patch Set 2 : Naming & adapt test cases #Patch Set 3 : Adapt call in fuzzer #Patch Set 4 : Change interface to Vector<const char>; avoids size_t/int confusion #
Dependent Patchsets: Messages
Total messages: 32 (21 generated)
|