• jgruber's avatar
    [builtins] Remove off-heap builtins from the snapshot · f1b1ec70
    jgruber authored
    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: 's avatarMichael Starzinger <mstarzinger@chromium.org>
    Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#51960}
    f1b1ec70
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.isolate Loading commit data...
d8_default.isolate Loading commit data...
default.isolate Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.isolate Loading commit data...