• zhengxing.li's avatar
    X87: [wasm] Introduce WasmToInterpreterFrame. · 3c97959a
    zhengxing.li authored
      port 81700ddf(r42213)
    
      original commit message:
      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.
    
    BUG=
    
    Review-Url: https://codereview.chromium.org/2682713002
    Cr-Commit-Position: refs/heads/master@{#43023}
    3c97959a
Name
Last commit
Last update
..
OWNERS Loading commit data...
code-generator-x87.cc Loading commit data...
instruction-codes-x87.h Loading commit data...
instruction-scheduler-x87.cc Loading commit data...
instruction-selector-x87.cc Loading commit data...