0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/deps/v8/build
Ali Ijaz Sheikh ef4170ea03 deps: upgrade to V8 4.8.271.17
Pick up V8 4.8 branch-head. This branch brings in @@isConcatSpreadable,
@@toPrimitive and ToLength ES6 changes. For full details see:
http://v8project.blogspot.de/2015/11/v8-release-48.html

https://github.com/v8/v8/commit/fa163e2

Ref: https://github.com/nodejs/node/pull/4399
PR-URL: https://github.com/nodejs/node/pull/4785
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
2016-01-21 16:53:58 -08:00
..
config/win deps: upgrade to V8 4.8.271.17 2016-01-21 16:53:58 -08:00
mac deps: upgrade v8 to 4.2.77.13 2015-04-28 14:38:16 -07:00
all.gyp deps: upgrade to V8 4.8.271.17 2016-01-21 16:53:58 -08:00
detect_v8_host_arch.py deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
download_gold_plugin.py deps: upgrade V8 to 4.7.80.24 2015-12-04 00:06:01 -08:00
features.gypi deps: upgrade to V8 4.8.271.17 2016-01-21 16:53:58 -08:00
get_landmines.py deps: upgrade to V8 4.8.271.17 2016-01-21 16:53:58 -08:00
gyp_environment.py deps: upgrade to V8 4.8.271.17 2016-01-21 16:53:58 -08:00
gyp_v8 deps: upgrade to V8 4.8.271.17 2016-01-21 16:53:58 -08:00
gyp_v8.py
isolate.gypi deps: upgrade to V8 4.8.271.17 2016-01-21 16:53:58 -08:00
landmine_utils.py deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
landmines.py deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
OWNERS deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
README.txt
shim_headers.gypi
standalone.gypi deps: upgrade to V8 4.8.271.17 2016-01-21 16:53:58 -08:00
toolchain.gypi deps: upgrade to V8 4.8.271.17 2016-01-21 16:53:58 -08:00
vs_toolchain.py deps: upgrade to V8 4.8.271.17 2016-01-21 16:53:58 -08:00

For build instructions, please refer to:

https://code.google.com/p/v8/wiki/BuildingWithGYP

TL;DR version on *nix:
$ make dependencies        # Only needed once.
$ make ia32.release -j8
$ make ia32.release.check  # Optionally: run tests.