• Clemens Backes's avatar
    [wasm] Improve code size estimate for streaming · 77a2b4c1
    Clemens Backes authored
    In streaming compilation, we were computing a way too low code size
    estimate, since all {WasmFunction::code} fields were still zero when we
    were calling {EstimateNativeModuleCodeSize}. This lead to many separate
    code spaces being created during compilation, creating significant
    performance and memory overhead.
    
    This CL fixes this by passing the code section length when creating the
    {NativeModule}. From this, we can compute the code size estimate just as
    before.
    
    Drive-by: Rename "functions_count" to "num_functions" in
    {ProcessCodeSectionHeader} to be consistent with the declaration.
    
    R=ahaas@chromium.org
    
    Bug: v8:9950
    Change-Id: I30a54c01ed24d0dfecb8a4b6d123015f1803ddeb
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1903439
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#64849}
    77a2b4c1
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-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...