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

Commits on Nov 16, 2022

  1. [M102-LTS][compiler] Fix mutable heap number object reference leak

    (cherry picked from commit 6411212)
    
    Bug: chromium:1380063
    Change-Id: Ide7622be38f575327693599bb4719f361105a0bd
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3998653
    Auto-Submit: Maya Lekova <[email protected]>
    Commit-Queue: Darius Mercadier <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#84039}
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4012778
    Reviewed-by: Darius Mercadier <[email protected]>
    Reviewed-by: Michael Ershov <[email protected]>
    Owners-Override: Tobias Tebbi <[email protected]>
    Cr-Commit-Position: refs/branch-heads/10.2@{#37}
    Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1}
    Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
    MayaLekova authored and tebbi committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    871c6e4 View commit details
    Browse the repository at this point in the history
  2. Version 10.2.154.20

    Change-Id: I3a054e54a491a66ab32cc7e7d83625d9c69a8f7b
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4030617
    Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/10.2@{#38}
    Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1}
    Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
    V8 Autoroll committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    9661c82 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. [M102-LTS] Reland "[Promise.any] Fix errors allocation"

    M102 merge issues:
      Conflicts on tools/v8heapconst.py; Reverted the conflicting
      changes and generated a new v8heapconst.py following the
      tests/mkgrokdump/README instructions
    
    This is a reland of commit e08fa94
    
    Changes since revert:
    
    Use max(remainingElements - 1, index + 1) instead of index + 1 as
    newCapacity computation to avoid excessive allocations causing the
    timeout.
    
    Original change's description:
    > [Promise.any] Fix errors allocation
    >
    > Bug: chromium:1379054
    > Change-Id: Ibfcdd4ddc3c9a26471094074c8e7810d93abc898
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3988924
    > Commit-Queue: Marja Hölttä <[email protected]>
    > Auto-Submit: Shu-yu Guo <[email protected]>
    > Reviewed-by: Marja Hölttä <[email protected]>
    > Cr-Commit-Position: refs/heads/main@{#83968}
    
    (cherry picked from commit 8b35091)
    
    Bug: chromium:1379054
    No-Try: true
    No-Presubmit: true
    No-Tree-Checks: true
    Change-Id: Ic788b8d0b42f4e24eaf8b2f2d05b24390fda247b
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3990627
    Commit-Queue: Shu-yu Guo <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#83987}
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4020423
    Reviewed-by: Shu-yu Guo <[email protected]>
    Commit-Queue: Roger Felipe Zanoni da Silva <[email protected]>
    Cr-Commit-Position: refs/branch-heads/10.2@{#39}
    Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1}
    Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
    syg authored and V8 LUCI CQ committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    add0f3e View commit details
    Browse the repository at this point in the history
  2. Version 10.2.154.21

    Change-Id: I9491f040f931792512c7f5fdcaf5563f0c30902b
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4081593
    Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/10.2@{#40}
    Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1}
    Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
    V8 Autoroll committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    dd1f172 View commit details
    Browse the repository at this point in the history
  3. [M102-LTS] Check all store modes for COW backing store access

    R=​[email protected]
    
    (cherry picked from commit 9c0d3a4)
    
    Bug: chromium:1382434
    No-Try: true
    No-Presubmit: true
    No-Tree-Checks: true
    Change-Id: I06d239a70eba125b1074542cb93def2b1f011f81
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4013686
    Commit-Queue: Thibaud Michaud <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#84127}
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4040931
    Reviewed-by: Thibaud Michaud <[email protected]>
    Commit-Queue: Roger Felipe Zanoni da Silva <[email protected]>
    Cr-Commit-Position: refs/branch-heads/10.2@{#41}
    Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1}
    Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
    thibaudmichaud authored and V8 LUCI CQ committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    fa58f1a View commit details
    Browse the repository at this point in the history
  4. Version 10.2.154.22

    Change-Id: Ic3279d60d91f4530554c4da2f2d94ffd876e54a5
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4081594
    Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/10.2@{#42}
    Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1}
    Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
    V8 Autoroll committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    819b685 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. [M102-LTS][parser] Fix eval tracking

    Due to mismatch in strictness we otherwise invalidly mark scopes as
    calling sloppy eval.
    
    (cherry picked from commit 27fa951)
    
    Bug: chromium:1394403
    No-Try: true
    No-Presubmit: true
    No-Tree-Checks: true
    Change-Id: Iece45df87f171616a2917c2aba5540636880a7c6
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4066044
    Commit-Queue: Toon Verwaest <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#84575}
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4068122
    Commit-Queue: Roger Felipe Zanoni da Silva <[email protected]>
    Reviewed-by: Artem Sumaneev <[email protected]>
    Reviewed-by: Toon Verwaest <[email protected]>
    Cr-Commit-Position: refs/branch-heads/10.2@{#43}
    Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1}
    Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
    verwaest authored and V8 LUCI CQ committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    45e33e2 View commit details
    Browse the repository at this point in the history
  2. Version 10.2.154.23

    Change-Id: Ie5fac1cbf8a8009ec4152ad5806cb6cc4c646b42
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4101300
    Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/10.2@{#44}
    Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1}
    Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
    V8 Autoroll committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    4a4c2bd View commit details
    Browse the repository at this point in the history
Loading