mirrored from https://chromium.googlesource.com/v8/v8.git
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: e28201f
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: v8/v8
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4a4c2bd
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 8 files changed
- 5 contributors
Commits on Nov 16, 2022
-
[M102-LTS][compiler] Fix mutable heap number object reference leak
(cherry picked from commit 6411212) Bug: chromium:1380063 Change-Id: Ide7622be38f575327693599bb4719f361105a0bd Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3998653 Auto-Submit: Maya Lekova <[email protected]> Commit-Queue: Darius Mercadier <[email protected]> Cr-Original-Commit-Position: refs/heads/main@{#84039} Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4012778 Reviewed-by: Darius Mercadier <[email protected]> Reviewed-by: Michael Ershov <[email protected]> Owners-Override: Tobias Tebbi <[email protected]> Cr-Commit-Position: refs/branch-heads/10.2@{#37} Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1} Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
Configuration menu - View commit details
-
Copy full SHA for 871c6e4 - Browse repository at this point
Copy the full SHA 871c6e4View commit details -
Change-Id: I3a054e54a491a66ab32cc7e7d83625d9c69a8f7b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4030617 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/10.2@{#38} Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1} Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
V8 Autoroll committedNov 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 9661c82 - Browse repository at this point
Copy the full SHA 9661c82View commit details
Commits on Dec 6, 2022
-
[M102-LTS] Reland "[Promise.any] Fix errors allocation"
M102 merge issues: Conflicts on tools/v8heapconst.py; Reverted the conflicting changes and generated a new v8heapconst.py following the tests/mkgrokdump/README instructions This is a reland of commit e08fa94 Changes since revert: Use max(remainingElements - 1, index + 1) instead of index + 1 as newCapacity computation to avoid excessive allocations causing the timeout. Original change's description: > [Promise.any] Fix errors allocation > > Bug: chromium:1379054 > Change-Id: Ibfcdd4ddc3c9a26471094074c8e7810d93abc898 > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3988924 > Commit-Queue: Marja Hölttä <[email protected]> > Auto-Submit: Shu-yu Guo <[email protected]> > Reviewed-by: Marja Hölttä <[email protected]> > Cr-Commit-Position: refs/heads/main@{#83968} (cherry picked from commit 8b35091) Bug: chromium:1379054 No-Try: true No-Presubmit: true No-Tree-Checks: true Change-Id: Ic788b8d0b42f4e24eaf8b2f2d05b24390fda247b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3990627 Commit-Queue: Shu-yu Guo <[email protected]> Cr-Original-Commit-Position: refs/heads/main@{#83987} Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4020423 Reviewed-by: Shu-yu Guo <[email protected]> Commit-Queue: Roger Felipe Zanoni da Silva <[email protected]> Cr-Commit-Position: refs/branch-heads/10.2@{#39} Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1} Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
Configuration menu - View commit details
-
Copy full SHA for add0f3e - Browse repository at this point
Copy the full SHA add0f3eView commit details -
Change-Id: I9491f040f931792512c7f5fdcaf5563f0c30902b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4081593 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/10.2@{#40} Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1} Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
V8 Autoroll committedDec 6, 2022 Configuration menu - View commit details
-
Copy full SHA for dd1f172 - Browse repository at this point
Copy the full SHA dd1f172View commit details -
[M102-LTS] Check all store modes for COW backing store access
R=[email protected] (cherry picked from commit 9c0d3a4) Bug: chromium:1382434 No-Try: true No-Presubmit: true No-Tree-Checks: true Change-Id: I06d239a70eba125b1074542cb93def2b1f011f81 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4013686 Commit-Queue: Thibaud Michaud <[email protected]> Cr-Original-Commit-Position: refs/heads/main@{#84127} Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4040931 Reviewed-by: Thibaud Michaud <[email protected]> Commit-Queue: Roger Felipe Zanoni da Silva <[email protected]> Cr-Commit-Position: refs/branch-heads/10.2@{#41} Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1} Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
Configuration menu - View commit details
-
Copy full SHA for fa58f1a - Browse repository at this point
Copy the full SHA fa58f1aView commit details -
Change-Id: Ic3279d60d91f4530554c4da2f2d94ffd876e54a5 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4081594 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/10.2@{#42} Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1} Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
V8 Autoroll committedDec 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 819b685 - Browse repository at this point
Copy the full SHA 819b685View commit details
Commits on Dec 13, 2022
-
[M102-LTS][parser] Fix eval tracking
Due to mismatch in strictness we otherwise invalidly mark scopes as calling sloppy eval. (cherry picked from commit 27fa951) Bug: chromium:1394403 No-Try: true No-Presubmit: true No-Tree-Checks: true Change-Id: Iece45df87f171616a2917c2aba5540636880a7c6 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4066044 Commit-Queue: Toon Verwaest <[email protected]> Cr-Original-Commit-Position: refs/heads/main@{#84575} Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4068122 Commit-Queue: Roger Felipe Zanoni da Silva <[email protected]> Reviewed-by: Artem Sumaneev <[email protected]> Reviewed-by: Toon Verwaest <[email protected]> Cr-Commit-Position: refs/branch-heads/10.2@{#43} Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1} Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
Configuration menu - View commit details
-
Copy full SHA for 45e33e2 - Browse repository at this point
Copy the full SHA 45e33e2View commit details -
Change-Id: Ie5fac1cbf8a8009ec4152ad5806cb6cc4c646b42 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4101300 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/10.2@{#44} Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1} Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
V8 Autoroll committedDec 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 4a4c2bd - Browse repository at this point
Copy the full SHA 4a4c2bdView commit details
Loading
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 e28201f...4a4c2bd