4c46613505
This CL is exactly the same as the original CL, without changes. The issue was a missing Isolate::Scope, and it existed already before this CL. I fixed the issue separately in https://crrev.com/c/4136720. Original message: Original change's description: > [wasm][capi] Optimize all functions before serialization > > The existing implementation of `serialize` in the C-API is to produce > a snapshot of the current state of the `NativeModule`. However, so > far all users of `serialize` did not care about the runtime of > `serialize`, but cared about `deserialize` starting up fast. > > With this CL all functions of a module get tiered up to TurboFan > before serializing the module. R=clemensb@chromium.org Change-Id: Ib8ed33c63c137e167fb50ccf721184b2b16cf4d4 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4131635 Commit-Queue: Andreas Haas <ahaas@chromium.org> Reviewed-by: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/main@{#85120} |
||
---|---|---|
.. | ||
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 |