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

Commits on Oct 9, 2023

  1. Merged: [ic] Disable Clone IC for unsupported elements kind

    If the elements are not simple, or change in the slow case of the
    clone IC, then the fast case must be skipped. This is more
    conservative than neccessary (since some elements kinds have compatible
    binary layout) but also less risky.
    
    Drive-By: Update out of date comment.
    
    Bug: chromium:1488365
    
    (cherry picked from commit f20fca6)
    
    Change-Id: I478a71209be035654dc2cc635b14b33a6e449f1f
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4915664
    Commit-Queue: Olivier Flückiger <[email protected]>
    Reviewed-by: Igor Sheludko <[email protected]>
    Auto-Submit: Olivier Flückiger <[email protected]>
    Cr-Commit-Position: refs/branch-heads/11.8@{#26}
    Cr-Branched-From: 935bdbf-refs/heads/11.8.172@{#1}
    Cr-Branched-From: b82a911-refs/heads/main@{#89779}
    o- authored and V8 LUCI CQ committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d7f54b3 View commit details
    Browse the repository at this point in the history
  2. Version 11.8.172.14

    Change-Id: Ie197258a68e26d026c7f1c0b71776632d2dbfd6c
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4921158
    Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/11.8@{#27}
    Cr-Branched-From: 935bdbf-refs/heads/11.8.172@{#1}
    Cr-Branched-From: b82a911-refs/heads/main@{#89779}
    V8 Autoroll committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    ed0f7df View commit details
    Browse the repository at this point in the history
  3. Merged: [compiler] Fix broken control chain in ArrayIterator lowering

    Bug: chromium:1486342
    (cherry picked from commit 2c3add1)
    
    Change-Id: I0633e1a3c94916b33df6420e9a5caeadf4207119
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4919175
    Auto-Submit: Darius Mercadier <[email protected]>
    Commit-Queue: Nico Hartmann <[email protected]>
    Reviewed-by: Nico Hartmann <[email protected]>
    Cr-Commit-Position: refs/branch-heads/11.8@{#28}
    Cr-Branched-From: 935bdbf-refs/heads/11.8.172@{#1}
    Cr-Branched-From: b82a911-refs/heads/main@{#89779}
    DadaIsCrazy authored and V8 LUCI CQ committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    b4d0b0a View commit details
    Browse the repository at this point in the history
  4. Version 11.8.172.15

    Change-Id: I0b34a70d5e7a8f089b3723cd086e427985464a6a
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4921991
    Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/11.8@{#29}
    Cr-Branched-From: 935bdbf-refs/heads/11.8.172@{#1}
    Cr-Branched-From: b82a911-refs/heads/main@{#89779}
    V8 Autoroll committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    c09d5ba View commit details
    Browse the repository at this point in the history
Loading