• ahaas's avatar
    [wasm] Acquire the context for TrapIf from a wasm frame · 87d309da
    ahaas authored
    This is the first step to reduce the size of the out-of-line code of
    TrapIf. Instead of passing the context to the runtime call as a
    parameter, we pass Smi::kZero to the runtime call and then get the
    actual context from the WasmFrame on the stack.
    
    BUG=v8:5908
    R=titzer@chromium.org, clemensh@chromium.org
    
    Review-Url: https://codereview.chromium.org/2664273002
    Cr-Commit-Position: refs/heads/master@{#42853}
    87d309da
Name
Last commit
Last update
..
OWNERS Loading commit data...
code-generator-mips64.cc Loading commit data...
instruction-codes-mips64.h Loading commit data...
instruction-scheduler-mips64.cc Loading commit data...
instruction-selector-mips64.cc Loading commit data...