• Yang Guo's avatar
    Revert "[parser][log] Log script id during background compilation" · a800e050
    Yang Guo authored
    This reverts commit aafd5c52.
    
    Reason for revert: Tentative revert for
    
    https://ci.chromium.org/p/v8/builders/luci.v8.ci/V8%20Win64/24825
    https://ci.chromium.org/p/v8/builders/luci.v8.ci/V8%20Win64%20-%20msvc/3242
    
    Original change's description:
    > [parser][log] Log script id during background compilation
    > 
    > - Add separate script-create, script-reserve-id and script-details log events
    > - Add log events for CompilationCache hits and puts
    > - Simplify function event logging by only pass along the script id
    > - Explicitly create Scripts in parse-processor.js on script events only
    > - Create a temporary script id in the ParseInfo for use during background
    >   parsing and compilation
    > - Clean up ParseInfo initialization to centralize creation and use of
    >   script ids
    > - Allow creating Scripts with predefined script ids
    > 
    > Bug: chromium:757467, chromium:850038
    > Change-Id: I02dfd1d5725795b9fe0ea94ef57b287b934a1efe
    > Reviewed-on: https://chromium-review.googlesource.com/1097131
    > Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org>
    > Reviewed-by: Leszek Swirski <leszeks@chromium.org>
    > Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
    > Commit-Queue: Camillo Bruni <cbruni@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#53978}
    
    TBR=ulan@chromium.org,cbruni@chromium.org,gsathya@chromium.org,leszeks@chromium.org
    
    Change-Id: I629f72f51d5e086e2b54658c1fdd18cec268aab2
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Bug: chromium:757467, chromium:850038
    Reviewed-on: https://chromium-review.googlesource.com/1112538Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Commit-Queue: Yang Guo <yangguo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#53984}
    a800e050
parse-processor.html 9.18 KB