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> |
||
|---|---|---|
| .. | ||
| config/win | ||
| mac | ||
| all.gyp | ||
| coverage_wrapper.py | ||
| detect_v8_host_arch.py | ||
| download_gold_plugin.py | ||
| features.gypi | ||
| get_landmines.py | ||
| gyp_environment.py | ||
| gyp_v8 | ||
| gyp_v8.py | ||
| has_valgrind.py | ||
| isolate.gypi | ||
| landmine_utils.py | ||
| landmines.py | ||
| OWNERS | ||
| README.txt | ||
| shim_headers.gypi | ||
| standalone.gypi | ||
| toolchain.gypi | ||
| vs_toolchain.py | ||
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.