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

Commits on May 10, 2016

  1. Version 5.0.71.48 (cherry-pick)

    Merged f60048c
    
    [destructuring] don't attempt to visit contents of FunctionLiterals
    
    BUG=chromium:594084,v8:811
    LOG=N
    [email protected]
    
    Review URL: https://codereview.chromium.org/1969443002 .
    
    Cr-Commit-Position: refs/branch-heads/5.0@{#57}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    ajklein committed May 10, 2016
    Configuration menu
    Copy the full SHA
    a219ca9 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2016

  1. [turbofan] Properly initialize mutable heap numbers in literals.

    We accidently drop the effect of the initializing store on the floor and
    just hang on to the effect of the mutable heap number allocation. This
    means that the store is actually dead code and will be trimmed from the
    graph.
    
    [email protected]
    BUG=chromium:610228
    NOPRESUBMIT=true
    NOTRY=true
    LOG=n
    
    Review URL: https://codereview.chromium.org/1976553002 .
    
    Cr-Commit-Position: refs/branch-heads/5.0@{#58}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    bmeurer committed May 12, 2016
    Configuration menu
    Copy the full SHA
    322ad66 View commit details
    Browse the repository at this point in the history
  2. Version 5.0.71.49

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

Commits on May 23, 2016

  1. Version 5.0.71.50 (cherry-pick)

    Merged 8e303dd
    Merged dcc283e
    Merged 246d5bb
    
    Fix %FunctionGetName and %_ClassOf for bound functions.
    
    X87: Fix %FunctionGetName and %_ClassOf for bound functions.
    
    PPC/S390: Fix %FunctionGetName and %_ClassOf for bound functions.
    
    BUG=v8:5010
    LOG=N
    [email protected]
    
    Review URL: https://codereview.chromium.org/2003953002 .
    
    Cr-Commit-Position: refs/branch-heads/5.0@{#60}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    hashseed committed May 23, 2016
    Configuration menu
    Copy the full SHA
    f84b31d View commit details
    Browse the repository at this point in the history
  2. Fix build failure.

    [email protected]
    NOPRESUBMIT=true
    NOTRY=true
    
    Review-Url: https://codereview.chromium.org/2002893002
    Cr-Commit-Position: refs/branch-heads/5.0@{#61}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    hashseed authored and Commit bot committed May 23, 2016
    Configuration menu
    Copy the full SHA
    7492ae9 View commit details
    Browse the repository at this point in the history
  3. Version 5.0.71.51

    Cr-Commit-Position: refs/branch-heads/5.0@{#62}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    chrome-bot committed May 23, 2016
    Configuration menu
    Copy the full SHA
    bc5ab89 View commit details
    Browse the repository at this point in the history
  4. Version 5.0.71.52 (cherry-pick)

    Merged adc0215
    
    Propagate not-found on proxy target to GetRealNamedProperty
    
    BUG=v8:4932
    LOG=N
    [email protected], [email protected]
    
    Review URL: https://codereview.chromium.org/2003013002 .
    
    Cr-Commit-Position: refs/branch-heads/5.0@{#63}
    Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1}
    Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
    ofrobots committed May 23, 2016
    Configuration menu
    Copy the full SHA
    6de8428 View commit details
    Browse the repository at this point in the history
Loading