Commit 8bd3d83
committed
deps: backport d800a65 from V8 upstream
This backport does not include the original changes to SLOW_DCHECK
as it does not exist in the V8 in node v4.x
Original commit message:
Filter out stale left-trimmed handles
BUG=chromium:620553
LOG=N
R=jochen@chromium.org
Review-Url: https://codereview.chromium.org/2078403002
Cr-Commit-Position: refs/heads/master@{#37108}
PR-URL: #10668
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>1 parent 81e9a3b commit 8bd3d83Copy full SHA for 8bd3d83
File tree
Expand file treeCollapse file tree
2 files changed
+44
-1
lines changedOpen diff view settings
Filter options
- deps/v8
- src/heap
- test/mjsunit/regress
Expand file treeCollapse file tree
2 files changed
+44
-1
lines changedOpen diff view settings
Collapse file
deps/v8/src/heap/mark-compact.cc
Copy file name to clipboardExpand all lines: deps/v8/src/heap/mark-compact.cc+27-1Lines changed: 27 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1648 | 1648 | |
1649 | 1649 | |
1650 | 1650 | |
1651 | | - |
1652 | 1651 | |
| 1652 | + |
| 1653 | + |
| 1654 | + |
| 1655 | + |
| 1656 | + |
| 1657 | + |
| 1658 | + |
| 1659 | + |
| 1660 | + |
| 1661 | + |
| 1662 | + |
| 1663 | + |
| 1664 | + |
| 1665 | + |
| 1666 | + |
| 1667 | + |
| 1668 | + |
| 1669 | + |
| 1670 | + |
| 1671 | + |
| 1672 | + |
| 1673 | + |
| 1674 | + |
| 1675 | + |
| 1676 | + |
| 1677 | + |
| 1678 | + |
1653 | 1679 | |
1654 | 1680 | |
1655 | 1681 | |
|
Collapse file
deps/v8/test/mjsunit/regress/regress-620553.js
Copy file name to clipboard+17Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
0 commit comments