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.9.194.6
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.9.194.9
Choose a head ref
  • 6 commits
  • 6 files changed
  • 3 contributors

Commits on Dec 14, 2022

  1. Merged: [parser] Reset the calls_eval flag after arrow head

    Otherwise it's propagated to the parent
    
    Bug: chromium:1394973
    (cherry picked from commit e1e0890)
    
    Change-Id: Id4e3059a79924c5056823af75688494cc531df40
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4108029
    Commit-Queue: Igor Sheludko <[email protected]>
    Reviewed-by: Toon Verwaest <[email protected]>
    Cr-Commit-Position: refs/branch-heads/10.9@{#12}
    Cr-Branched-From: 8ade6bf-refs/heads/10.9.194@{#1}
    Cr-Branched-From: 9ff2515-refs/heads/main@{#84164}
    verwaest authored and V8 LUCI CQ committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    8916cd2 View commit details
    Browse the repository at this point in the history
  2. Version 10.9.194.7

    Change-Id: I7d43f5a73f07ec31375a2b5f7ff0fa02175bb92c
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4108728
    Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/10.9@{#13}
    Cr-Branched-From: 8ade6bf-refs/heads/10.9.194@{#1}
    Cr-Branched-From: 9ff2515-refs/heads/main@{#84164}
    V8 Autoroll committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    2dd0461 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Merged: [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.
    
    Also include the related fix https://crrev.com/c/4096985.
    
    [email protected]
    
    (cherry picked from commit 2ee5244)
    (cherry picked from commit a382099)
    
    Bug: chromium:1395604
    Change-Id: I9c507fcb7ba3c0bf6c47f3ee361992840e02dffc
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4110917
    Commit-Queue: Clemens Backes <[email protected]>
    Reviewed-by: Maya Lekova <[email protected]>
    Cr-Commit-Position: refs/branch-heads/10.9@{#14}
    Cr-Branched-From: 8ade6bf-refs/heads/10.9.194@{#1}
    Cr-Branched-From: 9ff2515-refs/heads/main@{#84164}
    backes authored and V8 LUCI CQ committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    5bbb6c9 View commit details
    Browse the repository at this point in the history
  2. Version 10.9.194.8

    Change-Id: I0ba7d2e8c46a48a5b30bd3c4140186b9d35ff4f1
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4111701
    Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/10.9@{#15}
    Cr-Branched-From: 8ade6bf-refs/heads/10.9.194@{#1}
    Cr-Branched-From: 9ff2515-refs/heads/main@{#84164}
    V8 Autoroll committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    2204dc0 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Merged: [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.
    
    [email protected]
    
    (cherry picked from commit 9be597d)
    Bug: chromium:1399424
    
    Change-Id: Ie7d3ea57bd8527280cc7309f7ff0040d576c5c17
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4118865
    Reviewed-by: Nico Hartmann <[email protected]>
    Commit-Queue: Clemens Backes <[email protected]>
    Cr-Commit-Position: refs/branch-heads/10.9@{#16}
    Cr-Branched-From: 8ade6bf-refs/heads/10.9.194@{#1}
    Cr-Branched-From: 9ff2515-refs/heads/main@{#84164}
    backes authored and V8 LUCI CQ committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    abde285 View commit details
    Browse the repository at this point in the history
  2. Version 10.9.194.9

    Change-Id: I8b0056e4d836d3cd70d8fc7350250d3e27bb0d01
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4117882
    Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/10.9@{#17}
    Cr-Branched-From: 8ade6bf-refs/heads/10.9.194@{#1}
    Cr-Branched-From: 9ff2515-refs/heads/main@{#84164}
    V8 Autoroll committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    4b4e473 View commit details
    Browse the repository at this point in the history
Loading