• Ulan Degenbaev's avatar
    [ptr-compr, heap] Use system pointer size for heap limit computation · 8732596c
    Ulan Degenbaev authored
    A pointer-compressed heap has the same heap limit heuristics as a 32-bit
    heap. Specifically, the heap limit is restricted to 1GB due to scarce
    virtual addresses space on 32-bit platforms. That limitation does not
    apply for pointer-compressed heaps which can use 4GB.
    
    This CL changes the heap limit computation to use system the pointer
    size instead of the tagged pointer size. Note that the young generation
    limit continues to use the tagged pointer size.
    
    Bug: chromium:1045034
    Change-Id: I9d5bb818c32a82322476e9c97feee331400ebe0f
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2042102Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
    Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#66159}
    8732596c
Name
Last commit
Last update
..
api Loading commit data...
asmjs Loading commit data...
assembler Loading commit data...
base Loading commit data...
codegen Loading commit data...
compiler Loading commit data...
compiler-dispatcher Loading commit data...
date Loading commit data...
diagnostics Loading commit data...
execution Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
logging Loading commit data...
numbers Loading commit data...
objects Loading commit data...
parser Loading commit data...
profiler Loading commit data...
regress Loading commit data...
strings Loading commit data...
tasks Loading commit data...
torque Loading commit data...
utils Loading commit data...
wasm Loading commit data...
zone Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
run-all-unittests.cc Loading commit data...
test-helpers.cc Loading commit data...
test-helpers.h Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
testcfg.py Loading commit data...
unittests.status Loading commit data...