• Benoît Lizé's avatar
    Reland "[builtins] Remap builtins on Linux" · 8d186bb4
    Benoît Lizé authored
    Reason for reland: Fixed Fuchsia build.
    
    Original change's description:
    > [builtins] Remap builtins on Linux
    >
    > This is a CL similar to
    > https://chromium-review.googlesource.com/c/v8/v8/+/3553006, but on Linux
    > rather than macOS. The goal is to allow builtins to use short builtin
    > calls without paying a memory cost, by remapping rather than copying
    > them.
    >
    > However, while macOS has a system call making this easier, on Linux we
    > don't have one on most kernels. There is the recently-introduced
    > mremap(MREMAP_DONTUNMMAP), which is available in 5.7, but only works on
    > anonymous mappings until 5.13, which is too recent for most Android
    > devices.
    >
    > Instead, we open() the file containing the builtins, and mmap() it at
    > the desired location.
    >
    > Change-Id: I4524f349948b8f48c4536cf392a1cd179662a6cc
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3570426
    > Reviewed-by: Igor Sheludko <ishell@chromium.org>
    > Reviewed-by: Jakob Linke <jgruber@chromium.org>
    > Commit-Queue: Benoit Lize <lizeb@chromium.org>
    > Cr-Commit-Position: refs/heads/main@{#80022}
    
    Change-Id: I0cc8cf510bd2cb8621130bea8406d79aa209948c
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3596164Reviewed-by: 's avatarJakob Linke <jgruber@chromium.org>
    Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
    Commit-Queue: Benoit Lize <lizeb@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#80049}
    8d186bb4
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...