node/deps/v8/build
Ali Ijaz Sheikh abbad66126 deps: update V8 to 5.1.281.75
Pick up the latest branch-head for V8 5.1. This branch brings in
improved language support and performance improvements. For full
details: http://v8project.blogspot.com/2016/04/v8-release-51.html

* Picks up the latest branch head for 5.1 [1]
* Edit v8 gitignore to allow trace_event copy
* Update V8 DEP trace_event as per deps/v8/DEPS [2]

[1] https://chromium.googlesource.com/v8/v8.git/+/5.1.281.75
[2] https://chromium.googlesource.com/chromium/src/base/trace_event/common/+/c8c8665

Introduces a semver-minor overload of v8::Function::New() for use
by v8_inspector.

PR-URL: https://github.com/nodejs/node/pull/8054
Refs: https://github.com/nodejs/node/pull/7016
Refs: https://github.com/nodejs/node/pull/7586
Refs: https://github.com/nodejs/node/pull/7615
Reviewed-By: addaleax - Anna Henningsen <anna@addaleax.net>
Reviewed-By: thealphanerd - Myles Borins <myles.borins@gmail.com>
Reviewed-By: mhdawson - Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: evanlucas - Evan Lucas <evanlucas@me.com>
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
2016-08-25 10:31:11 -07: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 V8 to 5.0.71.32 2016-04-26 12:16:03 -07:00
coverage_wrapper.py deps: update V8 to 5.1.281.75 2016-08-25 10:31:11 -07: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.9.385.18 2016-03-03 20:35:20 -08:00
get_landmines.py deps: update V8 to 5.1.281.75 2016-08-25 10:31:11 -07: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
has_valgrind.py deps: upgrade V8 to 5.0.71.32 2016-04-26 12:16:03 -07:00
isolate.gypi deps: update V8 to 5.1.281.75 2016-08-25 10:31:11 -07: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: update V8 to 5.1.281.75 2016-08-25 10:31:11 -07:00
toolchain.gypi deps: update V8 to 5.1.281.75 2016-08-25 10:31:11 -07:00
vs_toolchain.py deps: upgrade V8 to 5.0.71.32 2016-04-26 12:16:03 -07: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.