v8/test/common/wasm
Andreas Haas 6565eb09c8 [wasm] Increase cost of return-call in the interpreter
The wasm interpreter is slow on an arm simulator build with asan when
it comes to return calls. An infinite return-call recursion therefore
caused a timeout on ClusterFuzz. With this CL we increase the costs of
return calls, and thereby avoid the timeout.

R=clemensb@chromium.org

Bug: chromium:1124899
Change-Id: If88e060779fbe2569e289e60170cf487dd31d7db
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2397615
Reviewed-by: Thibaud Michaud <thibaudm@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#69740}
2020-09-08 13:54:17 +00:00
..
flag-utils.h [wasm] Refactor WasmFeatures 2019-11-26 17:36:11 +00:00
OWNERS Use relative paths to OWNERS files 2019-08-12 13:52:52 +00:00
test-signatures.h [wasm-simd][scalar-lowering] Fix lowering of functions returning f32x4 2020-09-03 18:41:36 +00:00
wasm-interpreter.cc [wasm] Increase cost of return-call in the interpreter 2020-09-08 13:54:17 +00:00
wasm-interpreter.h [wasm][fuzzer] Check result of compiled code vs interpreter 2020-08-10 14:59:46 +00:00
wasm-macro-gen.h [wasm-gc] Implement call_ref, return_call_ref, add some basic tests 2020-08-14 17:58:27 +00:00
wasm-module-runner.cc [wasm][fuzzer] Fix BigInt parameters 2020-08-26 14:22:19 +00:00
wasm-module-runner.h [wasm][fuzzer] Fix BigInt parameters 2020-08-26 14:22:19 +00:00