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

Commits on Nov 22, 2019

  1. Merged: [wasm] Atomic Wait/Notify should pass in the correct context …

    …value
    
    Revision: 9cbdca5
    
    BUG=chromium:1010272
    LOG=N
    NOTRY=true
    NOPRESUBMIT=true
    NOTREECHECKS=true
    [email protected]
    
    Change-Id: Id82bf65e25750b420119172c25814b26c22cb10a
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1925551
    Reviewed-by: Michael Starzinger <[email protected]>
    Commit-Queue: Deepti Gandluri <[email protected]>
    Cr-Commit-Position: refs/branch-heads/7.9@{#47}
    Cr-Branched-From: be181e2-refs/heads/7.9.317@{#1}
    Cr-Branched-From: 0d7889d-refs/heads/master@{#64307}
    dtig authored and Commit Bot committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    3a26854 View commit details
    Browse the repository at this point in the history
  2. Version 7.9.317.24

    TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com
    
    Change-Id: Ic4584e392cb7ac0b46ccc93cacc4a0121fa0df49
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1928890
    Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/7.9@{#48}
    Cr-Branched-From: be181e2-refs/heads/7.9.317@{#1}
    Cr-Branched-From: 0d7889d-refs/heads/master@{#64307}
    V8 Autoroll committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    84756f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Merged: [compiler] Fix RegExpPrototypeTest reduction

    This reduction relies on a known object layout of the regexp instance
    in order to access the lastIndex field through a statically-determined
    offset. Prior to this CL, we checked only for instance types, not for
    the map, and thus it was possible to read garbage from either inside
    or outside the current object.
    
    (cherry picked from commit aecd843)
    
    Bug: chromium:1024758,v8:7779
    Tbr: [email protected]
    No-Try: True
    No-Presubmit: True
    No-Tree-Checks: True
    Change-Id: I8f71a718c4998f272d771c30ba7db89953effc23
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1934433
    Reviewed-by: Adam Klein <[email protected]>
    Cr-Commit-Position: refs/branch-heads/7.9@{#49}
    Cr-Branched-From: be181e2-refs/heads/7.9.317@{#1}
    Cr-Branched-From: 0d7889d-refs/heads/master@{#64307}
    schuay authored and ajklein committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    25509b1 View commit details
    Browse the repository at this point in the history
  2. Version 7.9.317.25

    TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com
    
    Change-Id: Iff36bce5f6c10bd8a9cbb9ea70aed249452db010
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1932562
    Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/7.9@{#50}
    Cr-Branched-From: be181e2-refs/heads/7.9.317@{#1}
    Cr-Branched-From: 0d7889d-refs/heads/master@{#64307}
    V8 Autoroll committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    67f634c View commit details
    Browse the repository at this point in the history
Loading