• 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
..
OWNERS Loading commit data...
assembler-mips-inl.h Loading commit data...
assembler-mips.cc Loading commit data...
assembler-mips.h Loading commit data...
code-stubs-mips.cc Loading commit data...
code-stubs-mips.h Loading commit data...
codegen-mips.cc Loading commit data...
constants-mips.cc Loading commit data...
constants-mips.h Loading commit data...
cpu-mips.cc Loading commit data...
deoptimizer-mips.cc Loading commit data...
disasm-mips.cc Loading commit data...
frame-constants-mips.cc Loading commit data...
frame-constants-mips.h Loading commit data...
interface-descriptors-mips.cc Loading commit data...
macro-assembler-mips.cc Loading commit data...
macro-assembler-mips.h Loading commit data...
simulator-mips.cc Loading commit data...
simulator-mips.h Loading commit data...