• Bill Budge's avatar
    Revert "[wasm] Lazy update instances on a shared Memory.Grow" · e15bb0b3
    Bill Budge authored
    This reverts commit 80f06d6f.
    
    Reason for revert: failing grow-memory tests
    
    Original change's description:
    > [wasm] Lazy update instances on a shared Memory.Grow
    > 
    >  - Introduce a GROW_SHARED_MEMORY interrupt, and handler
    >  - Memory objects for isolates are updated on a stack check, add
    >    tracking for isolates that hit the stack check
    >  - When enough memory is not reserved ahead of time, fail to grow
    >  - Add tracking for externalized buffers in the MemoryTracker so
    >    that the MemoryTracker will know when backing_stores can be freed.
    >  - For shared buffer, do not always allocate a new buffer when
    >    growing an externalized buffer
    > 
    > 
    > Change-Id: I9cf1be19f2f165fa6ea4096869f7d6365304c8c4
    > Bug: v8:8564
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1472430
    > Commit-Queue: Deepti Gandluri <gdeepti@chromium.org>
    > Reviewed-by: Ben Smith <binji@chromium.org>
    > Reviewed-by: Andreas Haas <ahaas@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#60064}
    
    TBR=binji@chromium.org,titzer@chromium.org,gdeepti@chromium.org,ahaas@chromium.org
    
    Change-Id: I2ed0b59bcbb285b701172b401d606963261d375c
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Bug: v8:8564
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1506355Reviewed-by: 's avatarBill Budge <bbudge@chromium.org>
    Commit-Queue: Bill Budge <bbudge@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#60068}
    e15bb0b3
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
custom_deps Loading commit data...
docs Loading commit data...
gni Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.clang-tidy Loading commit data...
.editorconfig Loading commit data...
.git-blame-ignore-revs Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.vpython Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...