589591026a
The runtime function took two parameters, the instance and the function index. The function index, however, seems to be unnatural information, as the function index is a value that only has meaning with the binary format of a wasm module, and not for the embedder of a wasm module. This CL changes the signature of the runtime function to a single parameter, the wasm function that should be optimized. R=manoskouk@chromium.org Bug: v8:12926 Change-Id: I6802cb6c8ffc586f4997a4a069735785ce59583d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4171625 Reviewed-by: Manos Koukoutos <manoskouk@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/main@{#85352} |
||
---|---|---|
.. | ||
benchmarks | ||
bigint | ||
cctest | ||
common | ||
debugger | ||
debugging | ||
fuzzer | ||
fuzzilli | ||
inspector | ||
intl | ||
js-perf-test | ||
memory | ||
message | ||
mjsunit | ||
mkgrokdump | ||
mozilla | ||
test262 | ||
torque | ||
unittests | ||
wasm-api-tests | ||
wasm-js | ||
wasm-spec-tests | ||
webkit | ||
BUILD.gn | ||
OWNERS |