• Benoît Lizé's avatar
    [heap/cppgc] Disable guard pages on ARM64 macOS · 8f3c3419
    Benoît Lizé authored
    Guard pages are 4k areas at the beginning and end of each oilpan page
    (128kiB) which are meant to be inaccessible. However on ARM64 macOS, the
    OS page size is 16kiB, meaning that these are not inaccessible. But we
    do pay for these, as they are part of the first and last OS
    page. Meaning that we effectively waste 2 * 4kiB = 6.25% of each Oilpan
    page.
    
    Since these are not serving their purpose, disable them on this
    platform. Another fix could be to make the guard page 16kiB, but given
    that the entire oilpan page is 128kiB, this may have adverse effects on
    e.g. fragmentation.
    
    Note that this doesn't regress security, as the regions were never
    protected to begin with on this platform.
    
    Bug: chromium:1298417
    Change-Id: Iad5d05670962780e6d1eeab2bb8a331deb7aa1f3
    Cq-Include-Trybots: luci.v8.try:v8_linux_arm64_rel_ng
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3471558Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
    Commit-Queue: Benoit Lize <lizeb@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#79151}
    8f3c3419
Name
Last commit
Last update
.github Loading commit data...
bazel Loading commit data...
build_overrides Loading commit data...
custom_deps Loading commit data...
docs Loading commit data...
gni Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.bazelrc Loading commit data...
.clang-format Loading commit data...
.clang-tidy Loading commit data...
.editorconfig Loading commit data...
.flake8 Loading commit data...
.git-blame-ignore-revs Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.mailmap Loading commit data...
.style.yapf Loading commit data...
.vpython Loading commit data...
.vpython3 Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.bazel Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
COMMON_OWNERS Loading commit data...
DEPS Loading commit data...
DIR_METADATA Loading commit data...
ENG_REVIEW_OWNERS Loading commit data...
INFRA_OWNERS Loading commit data...
INTL_OWNERS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LOONG_OWNERS Loading commit data...
MIPS_OWNERS Loading commit data...
OWNERS Loading commit data...
PPC_OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
RISCV_OWNERS Loading commit data...
S390_OWNERS Loading commit data...
WATCHLISTS Loading commit data...
WORKSPACE Loading commit data...
codereview.settings Loading commit data...