• jgruber's avatar
    Reland "[builtins] Remove off-heap builtins from the snapshot" · fd70917d
    jgruber authored
    This is a reland of f1b1ec70
    
    Original change's description:
    > [builtins] Remove off-heap builtins from the snapshot
    >
    > This CL is the final major step towards shipping off-heap-safe builtins
    > embedded into the binary.
    >
    > Prior to snapshot serialization, we now:
    > * create the embedded blob containing off-heap instruction streams,
    > * use that to generate embedded.cc (containing embedded binary data),
    > * replace off-heap-safe builtins with trampolines,
    > * and serialize those into the final snapshot.
    >
    > The new RelocInfo::OFF_HEAP_TARGET kind is used to fix up trampoline
    > targets on deserialization.
    >
    > Bug: v8:6666
    > Change-Id: Ib07aea9e3bd7ecdec42291c1388b3a7453ea96ce
    > Reviewed-on: https://chromium-review.googlesource.com/950775
    > Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    > Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
    > Reviewed-by: Yang Guo <yangguo@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#51960}
    
    TBR=yangguo@chromium.org,mstarzinger@chromium.org
    
    Cq-Include-Trybots: luci.v8.try:v8_mac64_dbg,v8_mac64_rel
    Bug: v8:6666
    Change-Id: Id9954af3c8195754ff3658c4603858904fcf88c4
    Reviewed-on: https://chromium-review.googlesource.com/964481
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#52006}
    fd70917d
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides 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...
.clang-format Loading commit data...
.editorconfig Loading commit data...
.git-blame-ignore-revs Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.vpython Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...