• clemensh's avatar
    [wasm] Introduce WasmToInterpreterFrame · 81700ddf
    clemensh authored
    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}
    81700ddf
log.cc 56.4 KB