• Junliang Yan's avatar
    [heap] adjust kMaxRegularHeapObjectSize on ppc64le · 2de45f21
    Junliang Yan authored
    This is to address the first issue reported on v8:8453
    
    Page::kPageSize is 524288
    MemoryAllocator::GetCommitPageSize() returns 65536 on ppc
    
    ObjectEndOffsetInCodePage() returns 458752
    ObjectStartOffsetInCodePage() returns (65536 + 65536) => 131072
    
    Therefore, memory = 327680, which is less than
    kMaxRegularHeapObjectSize(507136), which causes the DCHECK to fail.
    
    Bug: v8:8453
    Change-Id: I6048192ded4234a6987371ec4d4b2a8553756c25
    Reviewed-on: https://chromium-review.googlesource.com/c/1355422
    Commit-Queue: Junliang Yan <jyan@ca.ibm.com>
    Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#58001}
    2de45f21
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-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...