• Peter Marshall's avatar
    Revert "[heap] Concurrently free ArrayBuffer allocations." · 3b31e5be
    Peter Marshall authored
    This reverts commit b6658ade.
    
    Reason for revert: Breaks TSAN :(
    
    Original change's description:
    > [heap] Concurrently free ArrayBuffer allocations.
    > 
    > Free ArrayBuffer backing stores on a background thread, rather than
    > blocking the main thread after processing. Could potentially cause
    > contention with the array buffer allocator once JS execution resumes.
    > 
    > The new ArrayBufferCollector class tracks these dead allocations.
    > 
    > Later, the processing of array buffers can happen in parallel.
    > 
    > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
    > 
    > Bug: v8:6992
    > Change-Id: I49ae4db12ed62d8400ba2bbafeda05a11479d904
    > Reviewed-on: https://chromium-review.googlesource.com/739829
    > Commit-Queue: Peter Marshall <petermarshall@chromium.org>
    > Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
    > Reviewed-by: Hannes Payer <hpayer@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#49485}
    
    TBR=hpayer@chromium.org,mlippautz@chromium.org,petermarshall@chromium.org
    
    Change-Id: If6743b83f871c0fd0d6e83a3083dce0eecd99021
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Bug: v8:6992
    Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
    Reviewed-on: https://chromium-review.googlesource.com/779159Reviewed-by: 's avatarPeter Marshall <petermarshall@chromium.org>
    Commit-Queue: Peter Marshall <petermarshall@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#49488}
    3b31e5be
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
docs Loading commit data...
gni Loading commit data...
gypfiles 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...
.editorconfig Loading commit data...
.git-blame-ignore-revs 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...
Makefile Loading commit data...
Makefile.android 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...