• Clemens Hammacher's avatar
    [wasm] Force GC earlier to avoid running OOM · 9f90c8dc
    Clemens Hammacher authored
    We currently trigger a GC when creating a module while the remaining
    uncommitted code space is below 32MB. For bigger modules, this is not
    enough. Instead, make this limit relative: Trigger GC if we fall below
    50% of the available code space, and re-adjust this limit after each GC
    to avoid repeated GCs that do not free anything.
    
    R=ahaas@chromium.org
    
    Bug: v8:8624
    Change-Id: I7abfad3b57663d528a26d29232ad6bc2dc63cef4
    Reviewed-on: https://chromium-review.googlesource.com/c/1391753Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#58527}
    9f90c8dc
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-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...