mirror of https://github.com/nodejs/node.git
5e7ebc7af6
This commit upgrades V8 from 3.31.74.1 to 4.1.0.7. Despite the major version bump, there are no API or ABI changes, it's a bug fix release only. PR-URL: https://github.com/iojs/io.js/pull/490 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: Kenan Sulayman <kenan@sly.mn> Reviewed-By: Rod Vagg <rod@vagg.org> |
||
---|---|---|
.. | ||
README.txt | ||
all.gyp | ||
android.gypi | ||
detect_v8_host_arch.py | ||
features.gypi | ||
get_landmines.py | ||
gyp_v8 | ||
gyp_v8.py | ||
landmine_utils.py | ||
landmines.py | ||
shim_headers.gypi | ||
standalone.gypi | ||
toolchain.gypi |
README.txt
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.