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.2.154.23
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.2.154.26
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 5 files changed
- 3 contributors
Commits on Jan 9, 2023
-
[M102-LTS][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. R=jkummerow@chromium.org (cherry picked from commit a382099) Bug: chromium:1395604 No-Try: true No-Presubmit: true No-Tree-Checks: true Change-Id: Ibdd2d80704973362906aec9b38faa762d3b43f3f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4097424 Cr-Original-Commit-Position: refs/heads/main@{#84796} Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4111948 Reviewed-by: Maya Lekova <mslekova@chromium.org> Reviewed-by: Clemens Backes <clemensb@chromium.org> Commit-Queue: Roger Felipe Zanoni da Silva <rzanoni@google.com> Cr-Commit-Position: refs/branch-heads/10.2@{#45} 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 4caaa22 - Browse repository at this point
Copy the full SHA 4caaa22View commit details -
Change-Id: Id3822483c7133dd3e018bf439e06c2287a2ea7eb Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4145887 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/10.2@{#46} Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1} Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
V8 Autoroll committedJan 9, 2023 Configuration menu - View commit details
-
Copy full SHA for f639b0f - Browse repository at this point
Copy the full SHA f639b0fView commit details
Commits on Jan 13, 2023
-
[M102-LTS][parser] Reset the calls_eval flag after arrow head
Otherwise it's propagated to the parent (cherry picked from commit e1e0890) Bug: chromium:1394973 No-Try: true No-Presubmit: true No-Tree-Checks: true Change-Id: I178f9d5d863aec501525a783846d1df6d3031bb2 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4100687 Commit-Queue: Toon Verwaest <verwaest@chromium.org> Auto-Submit: Toon Verwaest <verwaest@chromium.org> Commit-Queue: Igor Sheludko <ishell@chromium.org> Cr-Original-Commit-Position: refs/heads/main@{#84808} Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4143040 Commit-Queue: Roger Felipe Zanoni da Silva <rzanoni@google.com> Reviewed-by: Shu-yu Guo <syg@chromium.org> Cr-Commit-Position: refs/branch-heads/10.2@{#47} 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 f626db9 - Browse repository at this point
Copy the full SHA f626db9View commit details -
Change-Id: Iceffe4a6211469f18a347d3341c51b2d4243b4db Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4162303 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/10.2@{#48} Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1} Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
V8 Autoroll committedJan 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 54c938e - Browse repository at this point
Copy the full SHA 54c938eView commit details
Commits on Jan 23, 2023
-
[M102-LTS][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. R=jkummerow@chromium.org (cherry picked from commit 9be597d) Bug: chromium:1399424 No-Try: true No-Presubmit: true No-Tree-Checks: true Change-Id: I0cbb219ced5b671001a296b1cc7c339f395abffe Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4102800 Commit-Queue: Clemens Backes <clemensb@chromium.org> Cr-Original-Commit-Position: refs/heads/main@{#84828} Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4116984 Reviewed-by: Clemens Backes <clemensb@chromium.org> Commit-Queue: Roger Felipe Zanoni da Silva <rzanoni@google.com> Cr-Commit-Position: refs/branch-heads/10.2@{#49} 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 0438569 - Browse repository at this point
Copy the full SHA 0438569View commit details -
Change-Id: Idb65e8cd1f1dc5f1319f5a34cdba65d8046ab320 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4188344 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/10.2@{#50} Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1} Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
V8 Autoroll committedJan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for fc08b99 - Browse repository at this point
Copy the full SHA fc08b99View 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.2.154.23...10.2.154.26