node/deps/v8
Fedor Indutny 3122e0eae6 deps: fix up v8 after fd80a3
fd80a31e06 has introduced a segfault
during redundant boundary check elimination (#8208).

The problem consists of two parts:

  1. Abscense of instruction iterator in
     `EliminateRedundantBoundsChecks`. It was present in recent v8, but
     wasn't considered important at the time of backport. However, since
     the function is changing instructions order in block, it is
     important to not rely at `i->next()` at the end of the loop.
  2. Too strict ASSERT in `MoveIndexIfNecessary`. It is essentially a
     backport of a45c96ab from v8's upstream. See
     https://github.com/v8/v8/commit/a45c96ab for details.

fix #8208
2014-08-22 14:19:08 +04:00
..
benchmarks Upgrade V8 to 3.9.24.6 2012-03-28 19:51:38 -07:00
build v8: fix build for mips32r2 architecture 2013-06-14 17:48:33 +02:00
include deps/v8: Apply REPLACE_INVALID_UTF8 patch 2014-06-06 15:07:29 -07:00
preparser V8: Upgrade to 3.13.7.1 2012-09-21 01:52:24 +02:00
samples deps: downgrade v8 to 3.14.5 2013-02-25 23:45:02 +01:00
src deps: fix up v8 after fd80a3 2014-08-22 14:19:08 +04:00
test deps: backport 4ed5fde4f from v8 upstream 2014-07-18 14:57:18 +04:00
tools gyp: fix post-mortem in v0.11 2014-07-23 18:56:49 +04:00
.gitignore deps: downgrade v8 to 3.14.5 2013-02-25 23:45:02 +01:00
AUTHORS V8: Upgrade to 3.14.5.8 2013-03-06 12:59:58 -08:00
ChangeLog deps: downgrade v8 to 3.14.5 2013-02-25 23:45:02 +01:00
DEPS deps: update v8 to 3.15.11 2013-01-01 16:07:02 +04:00
LICENSE Upgrade V8 to 3.8.5 2012-01-06 13:03:06 -08:00
LICENSE.strongtalk Upgrade V8 to 3.1.2 2011-02-09 10:24:26 -08:00
LICENSE.v8 Upgrade V8 to 3.1.2 2011-02-09 10:24:26 -08:00
LICENSE.valgrind Upgrade V8 to 3.1.2 2011-02-09 10:24:26 -08:00
Makefile deps: update v8 to 3.15.11 2013-01-01 16:07:02 +04:00
Makefile.android deps: update v8 to 3.15.11 2013-01-01 16:07:02 +04:00
OWNERS deps: update v8 to 3.15.11 2013-01-01 16:07:02 +04:00
PRESUBMIT.py deps: update v8 to 3.15.11 2013-01-01 16:07:02 +04:00
SConstruct deps: update v8 to 3.15.11 2013-01-01 16:07:02 +04:00