-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Comparing changes
Open a pull request
base repository: v8/v8
base: 12.9.202.19
head repository: v8/v8
compare: 12.9.202.26
- 14 commits
- 15 files changed
- 6 contributors
Commits on Sep 23, 2024
-
Merged: [parser] Fix initializer ids w/ computed property names
Move the initializer id before the computed property name ids. Bug: 363538434 (cherry picked from commit 8068f48) Merged: [parser] Fix parse errors in static computed class properties Otherwise we'll try to rewrite a FailureExpression (cherry picked from commit 3b1adc1) Bug: 366323452 Change-Id: I1c172effc29ab593545700d79a10cd2aecaa6112 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5877006 Commit-Queue: Igor Sheludko <[email protected]> Reviewed-by: Toon Verwaest <[email protected]> Cr-Commit-Position: refs/branch-heads/12.9@{#39} Cr-Branched-From: 64a21d7-refs/heads/12.9.202@{#1} Cr-Branched-From: da4200b-refs/heads/main@{#95679}
Configuration menu - View commit details
-
Copy full SHA for bd22ebd - Browse repository at this point
Copy the full SHA bd22ebdView commit details -
Change-Id: I425323eb410c2ebc4293b7bfe8018d44e5f3e854 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5881633 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/12.9@{#40} Cr-Branched-From: 64a21d7-refs/heads/12.9.202@{#1} Cr-Branched-From: da4200b-refs/heads/main@{#95679}
V8 Autoroll committedSep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 7e9994c - Browse repository at this point
Copy the full SHA 7e9994cView commit details -
Merged: [wasm][turbofan] Fix br_on_non_null typing
This is a follow up to crrev.com/c/5826664: rather than dropping the TypeGuard entirely, we must insert it in the right position. Fixed: 368241691 (cherry picked from commit bc82a56) Change-Id: I8b832669a8cc4cbf29fa4fa13f4c8955eb1656e0 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5882757 Reviewed-by: Matthias Liedtke <[email protected]> Commit-Queue: Matthias Liedtke <[email protected]> Commit-Queue: Jakob Kummerow <[email protected]> Auto-Submit: Jakob Kummerow <[email protected]> Cr-Commit-Position: refs/branch-heads/12.9@{#41} Cr-Branched-From: 64a21d7-refs/heads/12.9.202@{#1} Cr-Branched-From: da4200b-refs/heads/main@{#95679}
Configuration menu - View commit details
-
Copy full SHA for 917b1e2 - Browse repository at this point
Copy the full SHA 917b1e2View commit details -
Change-Id: I7d3f0ff2b07f5556c5854cf5c7a045964a121067 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5883354 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/12.9@{#42} Cr-Branched-From: 64a21d7-refs/heads/12.9.202@{#1} Cr-Branched-From: da4200b-refs/heads/main@{#95679}
V8 Autoroll committedSep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for fc50947 - Browse repository at this point
Copy the full SHA fc50947View commit details -
Revert "[maglev] Enable loop SPeeling"
This reverts commit a44a16f. (cherry picked from commit 6cdc1db) Bug: 367758074 Change-Id: Iac12a082d2eb17c723f2328d607bbc61d995e3ed Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5883296 Auto-Submit: Adam Klein <[email protected]> Bot-Commit: Rubber Stamper <[email protected]> Commit-Queue: Rubber Stamper <[email protected]> Cr-Commit-Position: refs/branch-heads/12.9@{#43} Cr-Branched-From: 64a21d7-refs/heads/12.9.202@{#1} Cr-Branched-From: da4200b-refs/heads/main@{#95679}
Configuration menu - View commit details
-
Copy full SHA for cc4326f - Browse repository at this point
Copy the full SHA cc4326fView commit details -
Change-Id: I5a44873acc49fb9810db328a0e4efb8843d01482 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5881326 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/12.9@{#44} Cr-Branched-From: 64a21d7-refs/heads/12.9.202@{#1} Cr-Branched-From: da4200b-refs/heads/main@{#95679}
V8 Autoroll committedSep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 4a1440d - Browse repository at this point
Copy the full SHA 4a1440dView commit details
Commits on Sep 26, 2024
-
Merged: [maglev] Fix non-materialized receiver & closure
Stack walks expect the receiver and closure to be materialized. Bug: 368311899 (cherry picked from commit 6b455eb) Change-Id: Ib5657712dd49fca6c92d881967228e74a5705a9f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5893176 Reviewed-by: Leszek Swirski <[email protected]> Commit-Queue: Victor Gomes <[email protected]> Commit-Queue: Leszek Swirski <[email protected]> Auto-Submit: Victor Gomes <[email protected]> Cr-Commit-Position: refs/branch-heads/12.9@{#45} Cr-Branched-From: 64a21d7-refs/heads/12.9.202@{#1} Cr-Branched-From: da4200b-refs/heads/main@{#95679}
Configuration menu - View commit details
-
Copy full SHA for ed8e1cf - Browse repository at this point
Copy the full SHA ed8e1cfView commit details -
Change-Id: I39cba9f9dc85d026bff6eed69ddde9321bec5b8b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5892456 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/12.9@{#46} Cr-Branched-From: 64a21d7-refs/heads/12.9.202@{#1} Cr-Branched-From: da4200b-refs/heads/main@{#95679}
V8 Autoroll committedSep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for da072f3 - Browse repository at this point
Copy the full SHA da072f3View commit details -
Merged: Revert "[maps] Re-enable side-step transitions"
This reverts commit 62605e1. Reason for revert: https://crbug.com/369374536 Original change's description: > [maps] Re-enable side-step transitions > > Bug: 40764103 > Change-Id: Ie380d54e00a38cf8e8937990af321bc7e498d686 > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5667163 > Auto-Submit: Olivier Flückiger <[email protected]> > Commit-Queue: Olivier Flückiger <[email protected]> > Reviewed-by: Igor Sheludko <[email protected]> > Commit-Queue: Igor Sheludko <[email protected]> > Cr-Commit-Position: refs/heads/main@{#94738} Bug: 40764103 Fixed: 369374536 (cherry picked from commit a7766fe) Change-Id: I59508a3af0fd6b55cdfe044fc866eb1dc185ea26 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5891172 Reviewed-by: Patrick Thier <[email protected]> Commit-Queue: Igor Sheludko <[email protected]> Cr-Commit-Position: refs/branch-heads/12.9@{#47} Cr-Branched-From: 64a21d7-refs/heads/12.9.202@{#1} Cr-Branched-From: da4200b-refs/heads/main@{#95679}
Configuration menu - View commit details
-
Copy full SHA for 3120629 - Browse repository at this point
Copy the full SHA 3120629View commit details -
Change-Id: Ic5b998076fe4c2b4df80748e25c70ed5756f0f4d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5890998 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/12.9@{#48} Cr-Branched-From: 64a21d7-refs/heads/12.9.202@{#1} Cr-Branched-From: da4200b-refs/heads/main@{#95679}
V8 Autoroll committedSep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 94f30f9 - Browse repository at this point
Copy the full SHA 94f30f9View commit details
Commits on Oct 2, 2024
-
Merged: [wasm][streaming] Properly check max module size
and allow d8-based tests for it. (cherry picked from commit 9542895) Fixed: 368241697 Change-Id: I55bfcb4e1760e1833f5fe0b2fec3b3bfc8bf7108 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5904120 Commit-Queue: Clemens Backes <[email protected]> Commit-Queue: Jakob Kummerow <[email protected]> Reviewed-by: Clemens Backes <[email protected]> Auto-Submit: Jakob Kummerow <[email protected]> Cr-Commit-Position: refs/branch-heads/12.9@{#49} Cr-Branched-From: 64a21d7-refs/heads/12.9.202@{#1} Cr-Branched-From: da4200b-refs/heads/main@{#95679}
Configuration menu - View commit details
-
Copy full SHA for 94b35ad - Browse repository at this point
Copy the full SHA 94b35adView commit details -
Change-Id: If7296f7991109f08fda19e5c65f772f78bfd5778 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5904436 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/12.9@{#50} Cr-Branched-From: 64a21d7-refs/heads/12.9.202@{#1} Cr-Branched-From: da4200b-refs/heads/main@{#95679}
V8 Autoroll committedOct 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 75daf8e - Browse repository at this point
Copy the full SHA 75daf8eView commit details
Commits on Oct 3, 2024
-
Merged: [maglev] Add stable map dependency when loading map from closure
Fixed: 369630648 (cherry picked from commit 259a5f8) Change-Id: I318e914004ccb13d879b38a561e5a37b076040eb Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5907399 Auto-Submit: Olivier Flückiger <[email protected]> Commit-Queue: Olivier Flückiger <[email protected]> Reviewed-by: Samuel Groß <[email protected]> Commit-Queue: Samuel Groß <[email protected]> Cr-Commit-Position: refs/branch-heads/12.9@{#51} Cr-Branched-From: 64a21d7-refs/heads/12.9.202@{#1} Cr-Branched-From: da4200b-refs/heads/main@{#95679}
Configuration menu - View commit details
-
Copy full SHA for 7208834 - Browse repository at this point
Copy the full SHA 7208834View commit details -
Change-Id: I7d32297018c5d0e0e5dff41c549e0ac50037ff44 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5904987 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/12.9@{#52} Cr-Branched-From: 64a21d7-refs/heads/12.9.202@{#1} Cr-Branched-From: da4200b-refs/heads/main@{#95679}
V8 Autoroll committedOct 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 0a897f9 - Browse repository at this point
Copy the full SHA 0a897f9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 12.9.202.19...12.9.202.26