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

Commits on Oct 5, 2021

  1. cppgc: Fix ephemeron iterations

    If processing the marking worklists found new ephemeron pairs, but
    processing the existing ephemeron pairs didn't mark new objects, marking
    would stop and the newly discovered ephemeron pairs would not be
    processed. This can lead to a marked key with an unmarked value.
    
    (cherry picked from commit e677a6f)
    
    Bug: chromium:1252878
    Change-Id: I0f158f6f64490f1f06961520b4ba57fa204bd867
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3199872
    Commit-Queue: Omer Katz <omerkatz@chromium.org>
    Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
    Cr-Original-Commit-Position: refs/heads/main@{#77197}
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3203051
    Cr-Commit-Position: refs/branch-heads/9.4@{#41}
    Cr-Branched-From: 3b51863-refs/heads/9.4.146@{#1}
    Cr-Branched-From: 2890419-refs/heads/master@{#76233}
    omerktz authored and V8 LUCI CQ committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    ad55ae0 View commit details
    Browse the repository at this point in the history
  2. Make roller owner of touched files

    Bug: v8:12276
    Change-Id: Id64e274151011edeaf092cba5bc5487118b3339a
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3205891
    Reviewed-by: Michael Achenbach <machenbach@chromium.org>
    Owners-Override: Michael Achenbach <machenbach@chromium.org>
    Cr-Commit-Position: refs/branch-heads/9.4@{#42}
    Cr-Branched-From: 3b51863-refs/heads/9.4.146@{#1}
    Cr-Branched-From: 2890419-refs/heads/master@{#76233}
    Liviu Rau committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    52a4910 View commit details
    Browse the repository at this point in the history
  3. Version 9.4.146.20

    TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com
    
    Change-Id: I98913244dd48d517924315037d44407b5f93fc0f
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3204824
    Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/9.4@{#43}
    Cr-Branched-From: 3b51863-refs/heads/9.4.146@{#1}
    Cr-Branched-From: 2890419-refs/heads/master@{#76233}
    V8 Autoroll committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    68009ec View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Merged: [wasm] Fix partial deserialization for lazy compilation

    The function index encoded into the serialized module is already offset
    by num_imported_functions. For lazy compilation, however, we added the
    number of imported functions another time, which was incorrect.
    
    
    (cherry picked from commit 9380e55)
    
    No-Try: true
    No-Presubmit: true
    No-Tree-Checks: true
    Change-Id: Idcf478c05fd070d99cba0a1a1823cf4e57aa1dc3
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3207001
    Commit-Queue: Adam Klein <adamk@chromium.org>
    Reviewed-by: Andreas Haas <ahaas@chromium.org>
    Cr-Commit-Position: refs/branch-heads/9.4@{#44}
    Cr-Branched-From: 3b51863-refs/heads/9.4.146@{#1}
    Cr-Branched-From: 2890419-refs/heads/master@{#76233}
    gahaas authored and V8 LUCI CQ committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    6bd016b View commit details
    Browse the repository at this point in the history
  2. Version 9.4.146.21

    TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com
    
    Change-Id: I4a9de24e3ea72ce5a6d4d51274e27f1dbbee263e
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3209206
    Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/9.4@{#45}
    Cr-Branched-From: 3b51863-refs/heads/9.4.146@{#1}
    Cr-Branched-From: 2890419-refs/heads/master@{#76233}
    V8 Autoroll committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    d52f2a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Merged: cppgc: Fix marking of ephemerons with keys in construction

    Revision: 32a09a6
    
    BUG=chromium:1259587
    NOTRY=true
    NOPRESUBMIT=true
    NOTREECHECKS=true
    R=dinfuehr@chromium.org
    
    Change-Id: Ief330b4b71705c16bc61a3aca6d3aa1db172cdf3
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3234200
    Reviewed-by: Dominik Inführ <dinfuehr@chromium.org>
    Cr-Commit-Position: refs/branch-heads/9.4@{#46}
    Cr-Branched-From: 3b51863-refs/heads/9.4.146@{#1}
    Cr-Branched-From: 2890419-refs/heads/master@{#76233}
    mlippautz committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    656c276 View commit details
    Browse the repository at this point in the history
  2. Version 9.4.146.22

    TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com
    
    Change-Id: I51c6f1a2b8444d161e69486843ff933dc212dca8
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3233918
    Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/9.4@{#47}
    Cr-Branched-From: 3b51863-refs/heads/9.4.146@{#1}
    Cr-Branched-From: 2890419-refs/heads/master@{#76233}
    V8 Autoroll committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    a0e8e52 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Merged: [super ic] Fix receiver vs lookup start object confusion rela…

    …ted to module exports
    
    Revision: e4dba97
    
    BUG=chromium:1260577
    NOTRY=true
    NOPRESUBMIT=true
    NOTREECHECKS=true
    R=ishell@chromium.org
    
    Change-Id: Ia85235fecdb37a5da6a28f7a0092a754a8620552
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3240826
    Reviewed-by: Igor Sheludko <ishell@chromium.org>
    Commit-Queue: Marja Hölttä <marja@chromium.org>
    Cr-Commit-Position: refs/branch-heads/9.4@{#48}
    Cr-Branched-From: 3b51863-refs/heads/9.4.146@{#1}
    Cr-Branched-From: 2890419-refs/heads/master@{#76233}
    marjakh authored and V8 LUCI CQ committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    014e1f8 View commit details
    Browse the repository at this point in the history
  2. Witespace to trigger builders

    Change-Id: Ifdb53b5150beb669c71ec8923e388aed5beac0aa
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3240788
    Reviewed-by: Michael Achenbach <machenbach@chromium.org>
    Commit-Queue: Liviu Rau <liviurau@chromium.org>
    Cr-Commit-Position: refs/branch-heads/9.4@{#49}
    Cr-Branched-From: 3b51863-refs/heads/9.4.146@{#1}
    Cr-Branched-From: 2890419-refs/heads/master@{#76233}
    Liviu Rau authored and V8 LUCI CQ committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    1b26bd5 View commit details
    Browse the repository at this point in the history
  3. Revert "Witespace to trigger builders"

    This reverts commit 1b26bd5.
    
    Reason for revert: Auto-tag builder failed again 1b26bd5. Reverting to trigger it once more after recipe update.
    
    Original change's description:
    > Witespace to trigger builders
    >
    > Change-Id: Ifdb53b5150beb669c71ec8923e388aed5beac0aa
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3240788
    > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
    > Commit-Queue: Liviu Rau <liviurau@chromium.org>
    > Cr-Commit-Position: refs/branch-heads/9.4@{#49}
    > Cr-Branched-From: 3b51863-refs/heads/9.4.146@{#1}
    > Cr-Branched-From: 2890419-refs/heads/master@{#76233}
    
    Change-Id: I0dbe42a69151f592fa1d62c2110be4a12bc84381
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3240789
    Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
    Reviewed-by: Michael Achenbach <machenbach@chromium.org>
    Commit-Queue: Michael Achenbach <machenbach@chromium.org>
    Cr-Commit-Position: refs/branch-heads/9.4@{#50}
    Cr-Branched-From: 3b51863-refs/heads/9.4.146@{#1}
    Cr-Branched-From: 2890419-refs/heads/master@{#76233}
    Liviu Rau authored and V8 LUCI CQ committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    1488bc7 View commit details
    Browse the repository at this point in the history
  4. Version 9.4.146.23

    TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com
    
    Change-Id: I3dbe35fcc0a05e2d037a37783769c5d1eabf9b49
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3242265
    Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/9.4@{#51}
    Cr-Branched-From: 3b51863-refs/heads/9.4.146@{#1}
    Cr-Branched-From: 2890419-refs/heads/master@{#76233}
    V8 Autoroll committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    81a494c View commit details
    Browse the repository at this point in the history
Loading