• Clemens Backes's avatar
    Revert "[wasm] Initialize compilation progress before compilation units" · bc2c2542
    Clemens Backes authored
    This reverts commit 3161106e.
    
    Reason for revert: Breaks layout tests (missing handle scope): https://ci.chromium.org/ui/p/v8/builders/ci/V8%20Blink%20Linux/12278/overview
    
    Original change's description:
    > [wasm] Initialize compilation progress before compilation units
    >
    > Initializing the compilation progress first, and making it an explicit
    > step, allows us to share the wrapper compilation code between async
    > compilation and streaming compilation. In the future it will also allow
    > us to initialize compilation units based on the compilation progress,
    > which will allow us to share more code between async compilation and
    > deserialization.
    >
    > R=​clemensb@chromium.org
    >
    > Bug: v8:11862
    > Change-Id: If8394f3068840f759b8325ba806549dbd208f195
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2978258
    > Commit-Queue: Andreas Haas <ahaas@chromium.org>
    > Reviewed-by: Clemens Backes <clemensb@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#75380}
    
    Bug: v8:11862
    Change-Id: I05fa906a86ba8d3226356bcda99786a4a82e6374
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2988416
    Auto-Submit: Clemens Backes <clemensb@chromium.org>
    Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
    Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
    Cr-Commit-Position: refs/heads/master@{#75393}
    bc2c2542
module-compiler.cc 139 KB