Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: backport 7dfb5beeec from V8 upstream #7348

Closed
wants to merge 1 commit into from

Commits on Jun 21, 2016

  1. deps: backport 7dfb5beeec from V8 upstream

    This commit backports a fix to a JIT bug in V8.
    After 100 or so comparisons `typeof null ==="undefined"` is returning
    `true` instead of `false`.
    
    Original commit message:
    
    	Fix 'typeof null' canonicalization in crankshaft
    
    	BUG=
    
    	Review URL: https://codereview.chromium.org/1912553002
    
    	Cr-Commit-Position: refs/heads/master@{nodejs#35699}
    
    Ref: https://bugs.chromium.org/p/chromium/issues/detail?id=604033
    MylesBorins authored and Myles Borins committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    92507bb View commit details
    Browse the repository at this point in the history