0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/deps
Ben Noordhuis 28aa7d0066
v8: fix stack overflow in recursive method
HGlobalValueNumberingPhase::CollectSideEffectsOnPathsToDominatedBlock()
used to self-recurse before this commit, causing stack overflows on
systems with small stack sizes.  Make it non-recursive by storing
intermediate results in a heap-allocated list.

Fixes: https://github.com/nodejs/node/issues/11991
Refs: https://github.com/nodejs/node/pull/12460

PR-URL: https://github.com/nodejs/node/pull/14004
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2017-08-01 15:23:16 -05:00
..
cares deps: cherry-pick 18ea996 from c-ares upstream 2017-07-23 16:20:58 +02:00
gtest
http_parser
icu-small deps: delete deps/icu-small/source/io 2017-06-26 11:37:19 +02:00
node-inspect
npm deps: hotfix to bump npx version 2017-07-17 08:49:14 -07:00
openssl doc: add missing make command to UPGRADING.md 2017-06-03 00:45:09 +09:00
uv deps: upgrade libuv to 1.13.1 2017-07-13 11:25:10 -04:00
v8 v8: fix stack overflow in recursive method 2017-08-01 15:23:16 -05:00
zlib