• Samuel Groß's avatar
    Respect page allocator hints on Fuchsia · 6e707c95
    Samuel Groß authored
    The virtual memory cage supports a fallback mode that attempts to obtain
    memory pages within a specific virtual address range by using
    PageAllocator hints. However, Prior to this CL, the default
    PageAllocator on Fuchsia would ignore hints alltogether, preventing
    these mechanisms from working there.
    
    Ultimately, on Fuchsia it would probably be better to manage the virtual
    memory cage purely through VMARs instead of actually creating pseudo
    mappings just to reserve virtual address space as is currently done
    through the PageAllocator. This will require broader changes though, so
    in the meantime, sticking to the current PageAllocator API is probably
    the best option.
    
    Bug: chromium:1218005
    Change-Id: I821cfbb815d81479c3b3310296302addbb9cd8f5
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3220340Reviewed-by: 's avatarVictor Gomes <victorgomes@chromium.org>
    Commit-Queue: Samuel Groß <saelo@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#77398}
    6e707c95
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...
security 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...