• Shu-yu Guo's avatar
    Reland "[ptr-cage] Reserve base registers on x64 (r14) and arm64 (x28)" · eed72063
    Shu-yu Guo authored
    This is a reland of 0c63aa9e
    
    Fixes the correctness fuzzing BUILD.gn breakage.
    
    Original change's description:
    > [ptr-cage] Reserve base registers on x64 (r14) and arm64 (x28)
    >
    > Also add a V8_COMPRESS_POINTERS_IN_SHARED_CAGE define when pointer
    > compression is enabled.
    >
    > This CL is to get performance numbers for reserving an extra register.
    > There is no actual pointer cage yet, and the base register will always
    > have the same value as the root register. The pointer decompression code
    > is switched to using the base register instead of the root register.
    >
    > Bug: v8:11460
    > Change-Id: I40bae556c2098608fb6fc193a52694e3f54754bd
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2716075
    > Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
    > Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
    > Reviewed-by: Leszek Swirski <leszeks@chromium.org>
    > Commit-Queue: Shu-yu Guo <syg@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#73204}
    
    TBR=rmcilroy@chromium.org,jkummerow@chromium.org,leszeks@chromium.org
    
    Bug: v8:11460
    Change-Id: Iecf6b783392a384b40ab33e0f4ce13538a8f81ee
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2737681Reviewed-by: 's avatarShu-yu Guo <syg@chromium.org>
    Commit-Queue: Shu-yu Guo <syg@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#73207}
    eed72063
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
riscv64 Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
DEPS Loading commit data...
DIR_METADATA Loading commit data...
OWNERS Loading commit data...
deoptimize-reason.cc Loading commit data...
deoptimize-reason.h Loading commit data...
deoptimized-frame-info.cc Loading commit data...
deoptimized-frame-info.h Loading commit data...
deoptimizer-cfi-builtins.cc Loading commit data...
deoptimizer-cfi-empty.cc Loading commit data...
deoptimizer.cc Loading commit data...
deoptimizer.h Loading commit data...
frame-description.h Loading commit data...
materialized-object-store.cc Loading commit data...
materialized-object-store.h Loading commit data...
translated-state.cc Loading commit data...
translated-state.h Loading commit data...
translation-array.cc Loading commit data...
translation-array.h Loading commit data...
translation-opcode.h Loading commit data...