Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: v8/v8
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6f774f9
Choose a base ref
...
head repository: v8/v8
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 500c490
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Sep 10, 2024

  1. Merged: [wasm][jspi] Fix stack unwinding at stack boundary

    When an exception is not caught by the current stack and is forwarded to
    the parent stack, treat it as a return stack-switch: retire the current
    stack and mark the parent as the new active stack.
    
    [email protected],[email protected]
    
    Fixed: 363051803
    (cherry picked from commit 6508440)
    
    Change-Id: Ic8a67fe20561a5ce4ba260f705335649a3b09461
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5851772
    Commit-Queue: Thibaud Michaud <[email protected]>
    Reviewed-by: Shu-yu Guo <[email protected]>
    Cr-Commit-Position: refs/branch-heads/12.8@{#63}
    Cr-Branched-From: 70cbb39-refs/heads/12.8.374@{#1}
    Cr-Branched-From: 451b63e-refs/heads/main@{#95151}
    thibaudmichaud authored and V8 LUCI CQ committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f55eb0e View commit details
    Browse the repository at this point in the history
  2. Version 12.8.374.32

    Change-Id: I06945033dfb835e55733eff72085cb00d6542f8c
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5851062
    Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/12.8@{#64}
    Cr-Branched-From: 70cbb39-refs/heads/12.8.374@{#1}
    Cr-Branched-From: 451b63e-refs/heads/main@{#95151}
    V8 Autoroll committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    500c490 View commit details
    Browse the repository at this point in the history
Loading