• Nikolaos Papaspyrou's avatar
    heap: Recalculate the object start bitmap if needed · 36610bbd
    Nikolaos Papaspyrou authored
    This CL adds to the existing experimental implementation of the
    object start bitmap, that is evaluated as a mechanism for resolving
    inner pointers (behind the flag v8_enable_conservative_stack_scanning).
    
    It fixes method ObjectStartBitmap::FindBasePtr to ensure that the
    correct base pointer is returned, even if the bitmap is not fully
    populated (e.g., with object evacuation or inline object allocation).
    This method now recalculates the part of the bitmap that is
    required for returning the correct result, by iterating through
    objects of the page. A special constructor has been introduced to the
    PagedSpaceObjectIterator for this purpose.
    
    It also moves the existing inline methods of ObjectStartBitmap to a
    new -inl.h header file, to avoid circular dependencies.
    
    Bug: v8:12851
    Change-Id: Iabd0df020bee3bb63ef9d4888591b25d24d79dd9
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3641179Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
    Commit-Queue: Nikolaos Papaspyrou <nikolaos@chromium.org>
    Reviewed-by: 's avatarOmer Katz <omerkatz@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#80538}
    36610bbd
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...
debug 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...
regexp Loading commit data...
regress Loading commit data...
runtime Loading commit data...
sandbox 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...
avoid-windows-h-includes.cc 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...