• jgruber's avatar
    [bootstrapper] Reliably set SFI::lazy_deserialization_builtin_id · 258e42cd
    jgruber authored
    The lazy deserialization builtin id is usually set when the shared
    function info is created in Factory::NewSharedFunctionInfo, which looks
    at the given code object to grab the builtin id.
    
    However, this doesn't work when the shared function info is created
    after deserialization, as is the case for harmony features that can be
    toggled with runtime flags. At this point, lazy builtins have already
    been replaced by DeserializeLazy in the builtins table.
    
    To ensure that the lazy deserialization id is correct in this case,
    explicitly set it in bootstrapper functions.
    
    Bug: v8:6624, v8:6788
    Change-Id: Ia6ac3a4842d2659d5de6d92f378ea221b5508040
    Reviewed-on: https://chromium-review.googlesource.com/652477
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#47867}
    258e42cd
Name
Last commit
Last update
..
arguments-inl.h Loading commit data...
arguments.h Loading commit data...
code-cache-inl.h Loading commit data...
code-cache.h Loading commit data...
compilation-cache-inl.h Loading commit data...
compilation-cache.h Loading commit data...
debug-objects-inl.h Loading commit data...
debug-objects.cc Loading commit data...
debug-objects.h Loading commit data...
descriptor-array.h Loading commit data...
dictionary.h Loading commit data...
frame-array-inl.h Loading commit data...
frame-array.h Loading commit data...
hash-table-inl.h Loading commit data...
hash-table.h Loading commit data...
intl-objects.cc Loading commit data...
intl-objects.h Loading commit data...
literal-objects.cc Loading commit data...
literal-objects.h Loading commit data...
map-inl.h Loading commit data...
map.h Loading commit data...
module-inl.h Loading commit data...
module.cc Loading commit data...
module.h Loading commit data...
name-inl.h Loading commit data...
name.h Loading commit data...
object-macros-undef.h Loading commit data...
object-macros.h Loading commit data...
regexp-match-info.h Loading commit data...
scope-info.cc Loading commit data...
scope-info.h Loading commit data...
script-inl.h Loading commit data...
script.h Loading commit data...
shared-function-info-inl.h Loading commit data...
shared-function-info.h Loading commit data...
string-inl.h Loading commit data...
string-table.h Loading commit data...
string.h Loading commit data...