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: 10.7.193.16
Choose a base ref
...
head repository: v8/v8
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.7.193.20
Choose a head ref
  • 8 commits
  • 4 files changed
  • 5 contributors

Commits on Oct 26, 2022

  1. [M10.7] DEPS: remove checkout_reclient

    chromium removed the config in https://crrev.com/c/3755181.
    
    (cherry picked from commit 2eaf21e)
    
    Bug: b:255447284
    Change-Id: I54a50e7035de8f7db96ab81ded74d9c63bcbecdd
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3977074
    Reviewed-by: Michael Achenbach <machenbach@chromium.org>
    Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
    Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
    Commit-Queue: Michael Achenbach <machenbach@chromium.org>
    Cr-Original-Commit-Position: refs/heads/main@{#83897}
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3981119
    Cr-Commit-Position: refs/branch-heads/10.7@{#32}
    Cr-Branched-From: 4d2145c-refs/heads/10.7.193@{#1}
    Cr-Branched-From: 9521696-refs/heads/main@{#83201}
    Takuto Ikuta authored and V8 LUCI CQ committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    de576e7 View commit details
    Browse the repository at this point in the history
  2. Version 10.7.193.17

    Change-Id: I04dfcd21a58ff465920db0bf60b9b3bc4378b159
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3980538
    Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/10.7@{#33}
    Cr-Branched-From: 4d2145c-refs/heads/10.7.193@{#1}
    Cr-Branched-From: 9521696-refs/heads/main@{#83201}
    V8 Autoroll committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    70d253d View commit details
    Browse the repository at this point in the history
  3. Merged: [turbofan] do not optimize any stores for field type None

    Fixed: chromium:1378239
    (cherry picked from commit db83e72)
    
    Change-Id: I5cbf9971ea34a58832bddc01a46cf47059cb5cd5
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3982253
    Reviewed-by: Tobias Tebbi <tebbi@chromium.org>
    Commit-Queue: Igor Sheludko <ishell@chromium.org>
    Cr-Commit-Position: refs/branch-heads/10.7@{#34}
    Cr-Branched-From: 4d2145c-refs/heads/10.7.193@{#1}
    Cr-Branched-From: 9521696-refs/heads/main@{#83201}
    tebbi authored and isheludko committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    6c7a416 View commit details
    Browse the repository at this point in the history
  4. Version 10.7.193.18

    Change-Id: I3a1232772e32d8d7e021381fef6caf1f13ec3b7a
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3982427
    Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/10.7@{#35}
    Cr-Branched-From: 4d2145c-refs/heads/10.7.193@{#1}
    Cr-Branched-From: 9521696-refs/heads/main@{#83201}
    V8 Autoroll committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    5a8a4a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Merged: [wasm] Reload cached instance fields in catch handler

    R=​jkummerow@chromium.org
    
    Bug: chromium:1377816
    (cherry picked from commit f517e51)
    
    Change-Id: I5f073c88feb3736acfd04af4896908f5b49678a3
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3999133
    Commit-Queue: Thibaud Michaud <thibaudm@chromium.org>
    Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
    Cr-Commit-Position: refs/branch-heads/10.7@{#36}
    Cr-Branched-From: 4d2145c-refs/heads/10.7.193@{#1}
    Cr-Branched-From: 9521696-refs/heads/main@{#83201}
    thibaudmichaud authored and V8 LUCI CQ committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    77fa9d8 View commit details
    Browse the repository at this point in the history
  2. Version 10.7.193.19

    Change-Id: I389a0205db8dbce2b4945a473886422178b62a04
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3998736
    Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/10.7@{#37}
    Cr-Branched-From: 4d2145c-refs/heads/10.7.193@{#1}
    Cr-Branched-From: 9521696-refs/heads/main@{#83201}
    V8 Autoroll committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    bda5eca View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Merged: [buildtools] skip fetching ninja and reclient on ppc/s390 pla…

    …tforms
    
    Revision: a593add
    
    NOTRY=true
    NOPRESUBMIT=true
    NOTREECHECKS=true
    R=junyan@redhat.com
    
    Bug:v8:13454
    
    Change-Id: I8cf5ece7e35eb0a4e1dbee5a147d330f72d15aaf
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4004960
    Commit-Queue: Milad Farazmand <mfarazma@redhat.com>
    Reviewed-by: Michael Achenbach <machenbach@chromium.org>
    Cr-Commit-Position: refs/branch-heads/10.7@{#38}
    Cr-Branched-From: 4d2145c-refs/heads/10.7.193@{#1}
    Cr-Branched-From: 9521696-refs/heads/main@{#83201}
    Milad Fa authored and V8 LUCI CQ committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    d3d5232 View commit details
    Browse the repository at this point in the history
  2. Version 10.7.193.20

    Change-Id: I4c5ca394e3e3cc6d4bb5e2392825cc213180334e
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4006734
    Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/10.7@{#39}
    Cr-Branched-From: 4d2145c-refs/heads/10.7.193@{#1}
    Cr-Branched-From: 9521696-refs/heads/main@{#83201}
    V8 Autoroll committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    39f6481 View commit details
    Browse the repository at this point in the history
Loading