node/deps/v8
Julien Gilli 011319e248 build: fix build for SmartOS
This change in V8: https://code.google.com/p/v8/source/detail?r=22210
has introduced a method named OS::GetCurrentThreadId which fails to
compile on OSes where a "gettid" syscall does not exist.
This build issue has been fixed upstream by another change:
https://code.google.com/p/v8/source/detail?r=23459. This commit
integrates this fix. It's still not clear if this is good enough for the
long term, see https://code.google.com/p/v8/issues/detail?id=3620 for
more information.

The other build issue was due to the fact that alloca.h is not included
by other system includes on SmartOS, which is assumed by V8.

PR-URL: https://github.com/joyent/node/pull/8534
Reviewed-By: Fedor Indutny <fedor@indutny.com>
2014-10-10 00:53:56 +04:00
..
benchmarks deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
build deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
include deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
samples deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
src build: fix build for SmartOS 2014-10-10 00:53:56 +04:00
test deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
testing deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
third_party/fdlibm deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
tools deps: fix postmortem-metadata generator in v8 2014-10-08 15:36:07 +04:00
.DEPS.git deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
.clang-format deps: update v8 to 3.24.40 2014-03-13 20:56:54 +04:00
.gitignore deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
AUTHORS deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
BUILD.gn deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
ChangeLog deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
DEPS deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
LICENSE deps: upgrade v8 to 3.25.30 2014-04-02 00:05:24 +04: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.28.73 2014-10-08 15:35:57 +04:00
Makefile.android deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
Makefile.nacl deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
OWNERS deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
PRESUBMIT.py deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
WATCHLISTS v8: upgrade to 3.22.24 2013-11-11 02:40:36 +01:00
codereview.settings deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00