Description[wasm] Introduce WasmToInterpreterFrame
and rename WasmFrame to WasmCompiledFrame.
The WasmToInterpreterFrames are not used yet; this will follow in a
follow-up CL (see tracking bug for the overall picture).
Those frames will represent frames for WASM_TO_INTERPRETER stubs, which
call from wasm code to the wasm interpreter, implemented in C++.
They will support the Summarize method to inspect the stack frames in
the wasm interpreter.
R=yangguo@chromium.org, titzer@chromium.org
BUG=v8:5822
Review-Url: https://codereview.chromium.org/2623773004
Cr-Commit-Position: refs/heads/master@{#42213}
Committed: https://chromium.googlesource.com/v8/v8/+/81700ddfdc579c54e03d4d26fc0331fc13f92aca
Patch Set 1 #Patch Set 2 : Replace StackFrame::WASM occurences in platform-specific code #
Total comments: 4
Patch Set 3 : Renaming #
Messages
Total messages: 22 (16 generated)
|