• Michael Starzinger's avatar
    [fuzzer] Switch code kind for multi-return fuzzer. · 44483870
    Michael Starzinger authored
    The code under test is handling of multi-return values in TurboFan and
    hence actually independent of WebAssembly. The only reason to generate
    WasmCode is in order to use the WebAseembly linkages. This changes the
    generated code to have {STUB} kind instead of {WASM_FUNCTION} kind to
    avoid having stack checks in the generated code which would require a
    proper WasmInstanceObject to be allocated.
    
    R=ahaas@chromium.org
    BUG=chromium:862508
    
    Change-Id: I4feb7bff1a42bbf59cfc5f249f2e0585ce7011ad
    Reviewed-on: https://chromium-review.googlesource.com/1136438Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#54436}
    44483870
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...