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

[v4.x] deps: revert/re-apply 09db540 from upstream v8 #14829

Closed
wants to merge 2 commits into from

Commits on Aug 14, 2017

  1. Revert "deps: backport e093a04, 09db540 from upstream V8"

    This reverts commit 2d07fd7, with the
    exception of the `V8_PATCH_LEVEL` which will continue to increase.
    
    This commit was intended to be a backport of v8's e093a04 and 09db540,
    but it failed to consider the reversion of e093a04 in 5f5a328.
    abernix committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    5604849 View commit details
    Browse the repository at this point in the history
  2. deps: cherry-pick 09db540,686558d from V8 upstream

    Original commit messages:
    v8/v8@09db540
      Reland of Rehash and clear deleted entries in weak collections during GC
    
      BUG=v8:4909
      R=hpayer@chromium.org,ulan@chromium.org
      LOG=n
    
      Review URL: https://codereview.chromium.org/1890123002
    
      Cr-Commit-Position: refs/heads/master@{nodejs#35538}
    
    v8/v8@686558d
      Fix comment about when we rehash ObjectHashTables before growing them
    
      R=ulan@chromium.org
      BUG=
    
      Review-Url: https://codereview.chromium.org/1918403003
      Cr-Commit-Position: refs/heads/master@{nodejs#35853}
    
    Refs: https://crbug.com/v8/4909
    Refs: nodejs#6180
    Refs: nodejs#7689
    Refs: nodejs#6398
    Fixes: nodejs#14228
    abernix committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    5f18fb2 View commit details
    Browse the repository at this point in the history