• Ross McIlroy's avatar
    [sfi] Remove DebugInfo field in SharedFunctionInfo. · c51bcd17
    Ross McIlroy authored
    Merges DebugInfo field into the function_identifier field, storing the function
    identifier in the DebugInfo. Also moves some debugging_hints bits to the SFI flags,
    and others to the DebugInfo. Finally, changes the logic to store debugger patched
    bytecode array on the SFI instead of the DebugInfo, simplifying the logic in the
    InterpreterEntryTrampoline.
    
    BUG=chromium:818642,chromium:783853
    TBR=hpayer@chromium.org
    
    Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
    Change-Id: If440080c0f08fac4fb96f5e18dcc0eb9b86d4821
    Reviewed-on: https://chromium-review.googlesource.com/1115819
    Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
    Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
    Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#54081}
    c51bcd17
heap-snapshot-generator.cc 110 KB