• mlippautz's avatar
    [heap] Move to LAB-based allocation for newspace evacuation. · a4e3a3b6
    mlippautz authored
    This CL prepare newspace evacuation for parallel execution wrt. to actual
    allocations. The priority for allocations is:
    * Try to allocate from LAB if objects are below kMaxLabObjectSize
    * Allocate directly (synchronized) from newspace for larger objects.
    * Fall back to old space allocation (which will be backed by a local compaction
      space in future).
    
    Semantical change: Previously we did fall back to regular new space promotion if
    we are OOM in old space. With this CL we fall back to new space promotion, which
    could fail because of fragmentation, again leading to an old space allocation
    that finally bails into OOM.
    
    Newspace evacuation is still single threaded and requires further changes to
    allocation site tracking.
    
    BUG=chromium:524425
    LOG=N
    
    Review URL: https://codereview.chromium.org/1487853002
    
    Cr-Commit-Position: refs/heads/master@{#32970}
    a4e3a3b6
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
docs 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/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE 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...
Makefile.nacl 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...