DescriptionTreat WASM_FUNCTION frames as stubs.
This is "more correct" than WASM_FUNCTION falling through the switch
over code types and using the marker on the stack which contains a bogus
value.
In the long run, there will be two kinds of WASM-related frames: frames
that cross the JS/WASM border, and internal WASM_FUNCTION frames. This
will necessitate a new StackFrame::Type, since the first kind of frame
must treat its parameters as tagged values and the second definitely
should not.
R=mstarzinger@chromium.org
BUG=
Committed: https://crrev.com/2c37146bfaeafcacaf549a013fa9ab0519db3bf9
Cr-Commit-Position: refs/heads/master@{#32256}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|