NameDateSize

..07-Jan-20164 KiB

all.gyp07-Jan-2016837

android.gypi07-Jan-201610.1 KiB

detect_v8_host_arch.py07-Jan-20162.6 KiB

features.gypi07-Jan-20164.5 KiB

get_landmines.py07-Jan-2016622

gyp_v807-Jan-20166.5 KiB

gyp_v8.py07-Jan-20162.1 KiB

landmine_utils.py07-Jan-20162.7 KiB

landmines.py07-Jan-20164.8 KiB

README.txt07-Jan-2016240

shim_headers.gypi07-Jan-20162.9 KiB

standalone.gypi07-Jan-201614 KiB

toolchain.gypi07-Jan-201639 KiB

README.txt

1For build instructions, please refer to:
2
3https://code.google.com/p/v8/wiki/BuildingWithGYP
4
5TL;DR version on *nix:
6$ make dependencies        # Only needed once.
7$ make ia32.release -j8
8$ make ia32.release.check  # Optionally: run tests.
9
10