• Ben L. Titzer's avatar
    [wasm] Add size estimates for managed objects · 26d0d95e
    Ben L. Titzer authored
    This CL estimates the sizes of the important managed objects in WASM:
    the decoded module {WasmModule}, the native module that contains code
    {NativeModule}, and the natively-allocated indirect and import tables
    {WasmInstanceNativeAllocations}.
    
    Since Managed<T> updates the isolate's external allocated memory,
    it is no longer necessary to do so upon committing or releasing a
    native module's memory.
    
    R=mstarzinger@chromium.org
    CC=ulan@chromium.org
    
    Bug: v8:7424
    Change-Id: Iff4e07d0d328383a925febd654ccbfc95f0930e9
    Reviewed-on: https://chromium-review.googlesource.com/1079067
    Commit-Queue: Ben Titzer <titzer@chromium.org>
    Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#53675}
    26d0d95e
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-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...