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: 10.9.194.6
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: 10.9.194.9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 6 files changed
- 3 contributors
Commits on Dec 14, 2022
-
Merged: [parser] Reset the calls_eval flag after arrow head
Otherwise it's propagated to the parent Bug: chromium:1394973 (cherry picked from commit e1e0890) Change-Id: Id4e3059a79924c5056823af75688494cc531df40 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4108029 Commit-Queue: Igor Sheludko <[email protected]> Reviewed-by: Toon Verwaest <[email protected]> Cr-Commit-Position: refs/branch-heads/10.9@{#12} Cr-Branched-From: 8ade6bf-refs/heads/10.9.194@{#1} Cr-Branched-From: 9ff2515-refs/heads/main@{#84164}
Configuration menu - View commit details
-
Copy full SHA for 8916cd2 - Browse repository at this point
Copy the full SHA 8916cd2View commit details -
Change-Id: I7d43f5a73f07ec31375a2b5f7ff0fa02175bb92c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4108728 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/10.9@{#13} Cr-Branched-From: 8ade6bf-refs/heads/10.9.194@{#1} Cr-Branched-From: 9ff2515-refs/heads/main@{#84164}
V8 Autoroll committedDec 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 2dd0461 - Browse repository at this point
Copy the full SHA 2dd0461View commit details
Commits on Dec 15, 2022
-
Merged: [wasm][turbofan] Load 32-bit values more efficiently
When loading a 32-bit value from the stack, just load 32 bit and zero-extend them into the target register, instead of loading the full 64 bits. As there are things to fix (see https://crbug.com/1356461), we only enable this optimization for Wasm for now. Also include the related fix https://crrev.com/c/4096985. [email protected] (cherry picked from commit 2ee5244) (cherry picked from commit a382099) Bug: chromium:1395604 Change-Id: I9c507fcb7ba3c0bf6c47f3ee361992840e02dffc Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4110917 Commit-Queue: Clemens Backes <[email protected]> Reviewed-by: Maya Lekova <[email protected]> Cr-Commit-Position: refs/branch-heads/10.9@{#14} Cr-Branched-From: 8ade6bf-refs/heads/10.9.194@{#1} Cr-Branched-From: 9ff2515-refs/heads/main@{#84164}
Configuration menu - View commit details
-
Copy full SHA for 5bbb6c9 - Browse repository at this point
Copy the full SHA 5bbb6c9View commit details -
Change-Id: I0ba7d2e8c46a48a5b30bd3c4140186b9d35ff4f1 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4111701 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/10.9@{#15} Cr-Branched-From: 8ade6bf-refs/heads/10.9.194@{#1} Cr-Branched-From: 9ff2515-refs/heads/main@{#84164}
V8 Autoroll committedDec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 2204dc0 - Browse repository at this point
Copy the full SHA 2204dc0View commit details
Commits on Dec 20, 2022
-
Merged: [arm] Do not emit the constant pool before a branch
After computing the branch offset but before emitting the actual branch, we should not emit a constant pool. Otherwise the previously computed offset would be off. Instead of handling this indirectly via the Assembler::branch_offset method, do this directly in the Assembler::b method (and friends), so it is not missed on other call sites. [email protected] (cherry picked from commit 9be597d) Bug: chromium:1399424 Change-Id: Ie7d3ea57bd8527280cc7309f7ff0040d576c5c17 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4118865 Reviewed-by: Nico Hartmann <[email protected]> Commit-Queue: Clemens Backes <[email protected]> Cr-Commit-Position: refs/branch-heads/10.9@{#16} Cr-Branched-From: 8ade6bf-refs/heads/10.9.194@{#1} Cr-Branched-From: 9ff2515-refs/heads/main@{#84164}
Configuration menu - View commit details
-
Copy full SHA for abde285 - Browse repository at this point
Copy the full SHA abde285View commit details -
Change-Id: I8b0056e4d836d3cd70d8fc7350250d3e27bb0d01 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4117882 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/10.9@{#17} Cr-Branched-From: 8ade6bf-refs/heads/10.9.194@{#1} Cr-Branched-From: 9ff2515-refs/heads/main@{#84164}
V8 Autoroll committedDec 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 4b4e473 - Browse repository at this point
Copy the full SHA 4b4e473View 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 10.9.194.6...10.9.194.9