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: c1d51c7
Choose a base ref
...
head repository: v8/v8
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 557b84b
Choose a head ref
  • 14 commits
  • 39 files changed
  • 9 contributors

Commits on Apr 26, 2016

  1. [debugger] fix crash in debug-evaluate when retrieving values in TDZ.

    [email protected]
    BUG=chromium:605581
    LOG=N
    NOTRY=true
    NOPRESUBMIT=true
    
    Review URL: https://codereview.chromium.org/1916413002
    
    Cr-Commit-Position: refs/branch-heads/5.0@{#43}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    hashseed authored and Commit bot committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    215351f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2016

  1. [turbofan] Don't use the CompareIC in JSGenericLowering.

    This is essentially a cherry-pick that was applied before plus the
    removal of a test that is now failing because it depends on more
    involved changes. The test case checks comparison of different
    undetectable JSReceivers, which is not relevant in practice, as there's
    only one of these at most, which is document.all.
    
    Merged 55b4df7
    Merged d00da47
    Merged 4da2e3d
    Merged c1507e1
    
    [runtime] Unify comparison operator runtime entries.
    
    [turbofan] Don't use the CompareIC in JSGenericLowering.
    
    PPC: [runtime] Unify comparison operator runtime entries.
    
    PPC: [turbofan] Don't use the CompareIC in JSGenericLowering.
    
    [email protected]
    BUG=chromium:590832,v8:4788,chromium:606181
    LOG=N
    NOTRY=true
    NOPRESUBMIT=true
    
    Cr-Commit-Position: refs/branch-heads/5.0@{#13}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    
    Review URL: https://codereview.chromium.org/1925463003
    
    Cr-Commit-Position: refs/branch-heads/5.0@{#44}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    bmeurer authored and Commit bot committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    e64fd96 View commit details
    Browse the repository at this point in the history
  2. Version 5.0.71.38 (cherry-pick)

    Merged 9bebebd
    
    [ic] Restore PROPERTY key tracking in keyed ICs
    
    BUG=chromium:594183
    LOG=N
    [email protected]
    
    Review URL: https://codereview.chromium.org/1914403002 .
    
    Cr-Commit-Position: refs/branch-heads/5.0@{#45}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    jakobkummerow committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    dfdcd02 View commit details
    Browse the repository at this point in the history
  3. Version 5.0.71.39 (cherry-pick)

    Merged b1ec4cb
    
    Do not penalize performance when --harmony-species is off
    
    BUG=chromium:606207
    LOG=N
    [email protected]
    
    Review URL: https://codereview.chromium.org/1930523003 .
    
    Cr-Commit-Position: refs/branch-heads/5.0@{#46}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    littledan committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    37b3223 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2016

  1. Version 5.0.71.40 (cherry-pick)

    Merged 3518e49
    Merged 7d8e279
    Merged 644bade
    Merged b469772
    Merged 71dd5c4
    
    [regexp] do not assume short external strings have a minimum size.
    
    PPC: [regexp] do not assume short external strings have a minimum size.
    
    X87: [regexp] do not assume short external strings have a minimum size.
    
    MIPS64: [regexp] do not assume short external strings have a minimum size.
    
    MIPS64: [regexp] do not assume short external strings have a minimum size.
    
    BUG=chromium:604897,chromium:604897,chromium:604897,v8:4923,v8:4923,v8:4923
    LOG=N
    [email protected]
    
    Review URL: https://codereview.chromium.org/1927003003 .
    
    Cr-Commit-Position: refs/branch-heads/5.0@{#47}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    hashseed committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    dfaec13 View commit details
    Browse the repository at this point in the history
  2. Version 5.0.71.40 (cherry-pick)

    X87: [turbofan] Don't use the CompareIC in JSGenericLowering.
    
    This is essentially a cherry-pick that was applied before plus the
    removal of a test that is now failing because it depends on more
    involved changes. The test case checks comparison of different
    undetectable JSReceivers, which is not relevant in practice, as there's
    only one of these at most, which is document.all.
    
    Merged 2aa5341
    Merged 4a6f151
    
    X87: [runtime] Unify comparison operator runtime entries.
    
    X87: [turbofan] Don't use the CompareIC in JSGenericLowering.
    
    [email protected]
    BUG=v8:4960
    LOG=N
    NOTRY=true
    NOPRESUBMIT=true
    
    Review-Url: https://codereview.chromium.org/1930723003
    Cr-Commit-Position: refs/branch-heads/5.0@{#48}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    lizhengxing authored and Commit bot committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    88271d7 View commit details
    Browse the repository at this point in the history
  3. Version 5.0.71.41

    Cr-Commit-Position: refs/branch-heads/5.0@{#49}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    chrome-bot committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    f76e8f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2016

  1. Version 5.0.71.42 (cherry-pick)

    Merged 1da4b88
    
    [turbofan] Fix operands for VisitDiv on Intel.
    
    [email protected]
    BUG=chromium:605925
    
    Review URL: https://codereview.chromium.org/1933653002 .
    
    Cr-Commit-Position: refs/branch-heads/5.0@{#50}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    jakobkummerow committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    b3568ea View commit details
    Browse the repository at this point in the history
  2. Post-mortem fix merged into V8 5.0 branch

    I have merged a post-mortem tooling improvement 8eda85d into the 5.0
    branch (the version used in node.js v6).
    
    Version 5.0.71.41 (cherry-pick)
    
    Postmortem: export DATA_CONSTANT
    
    R=hablich
    BUG=v8:4975
    NOTRY=true
    NOPRESUBMIT=true
    
    Review-Url: https://codereview.chromium.org/1933503002
    Cr-Commit-Position: refs/branch-heads/5.0@{#51}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    indutny authored and Commit bot committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    816c928 View commit details
    Browse the repository at this point in the history
  3. Version 5.0.71.43

    Cr-Commit-Position: refs/branch-heads/5.0@{#52}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    chrome-bot committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    928294f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2016

  1. Version 5.0.71.44 (cherry-pick)

    Merged b83edcc
    
    [runtime] Don't crash when creating an instance of a class inherited from a Proxy.
    
    BUG=v8:4972
    LOG=N
    [email protected]
    
    Review URL: https://codereview.chromium.org/1936983002 .
    
    Cr-Commit-Position: refs/branch-heads/5.0@{#53}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    isheludko committed May 2, 2016
    Configuration menu
    Copy the full SHA
    5f4327c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2016

  1. Version 5.0.71.45 (cherry-pick)

    Merged 09db540
    
    Reland of Rehash and clear deleted entries in weak collections during GC
    
    BUG=v8:4909
    LOG=N
    [email protected]
    
    Review URL: https://codereview.chromium.org/1944303002 .
    
    Cr-Commit-Position: refs/branch-heads/5.0@{#54}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    jeisinger committed May 4, 2016
    Configuration menu
    Copy the full SHA
    e2490e5 View commit details
    Browse the repository at this point in the history
  2. Fix build after bad merge

    [email protected]
    BUG=v8:4909
    LOG=n
    
    Review URL: https://codereview.chromium.org/1945283002 .
    
    Cr-Commit-Position: refs/branch-heads/5.0@{#55}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    jeisinger committed May 4, 2016
    Configuration menu
    Copy the full SHA
    59c7657 View commit details
    Browse the repository at this point in the history
  3. Version 5.0.71.47 (cherry-pick)

    Merged 3a9bfec
    
    Fix overflow issue in Zone::New
    
    BUG=chromium:606115
    LOG=N
    [email protected]
    
    Review URL: https://codereview.chromium.org/1945313002 .
    
    Cr-Commit-Position: refs/branch-heads/5.0@{#56}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    jakobkummerow committed May 4, 2016
    Configuration menu
    Copy the full SHA
    557b84b View commit details
    Browse the repository at this point in the history
Loading