• Clemens Hammacher's avatar
    [wasm] [test] Reuse WasmCompilationUnit to compile functions · ae53f26d
    Clemens Hammacher authored
    This further reduces the amount of test-specific code. It will also
    help testing the wasm baseline compiler, since it is also being called
    from the {WasmCompilationUnit}.
    
    Also, move the {RuntimeExceptionSupport} flag from the
    {WasmFunctionCompiler} to the {TestingModuleBuilder}. There is no need
    to store this per function builder. The {TestingModuleBuilder} then
    passes it on to the {WasmCompilationUnit}, which finally sets it on the
    {WasmGraphBuilder}.
    
    R=mtrofin@chromium.org
    
    Bug: v8:6600
    Change-Id: I783dc296297a5ca37a2dd0d2035d782ca19a0fee
    Reviewed-on: https://chromium-review.googlesource.com/660239
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Reviewed-by: 's avatarMircea Trofin <mtrofin@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#47970}
    ae53f26d
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...
promises-aplus Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...