Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.txt | D | 03-May-2024 | 240 | 10 | 6 | |
all.gyp | D | 03-May-2024 | 837 | 30 | 28 | |
android.gypi | D | 03-May-2024 | 10.1 KiB | 279 | 276 | |
detect_v8_host_arch.py | D | 03-May-2024 | 2.6 KiB | 70 | 28 | |
features.gypi | D | 03-May-2024 | 4.5 KiB | 132 | 118 | |
get_landmines.py | D | 03-May-2024 | 622 | 28 | 17 | |
gyp_v8 | D | 03-May-2024 | 6.5 KiB | 181 | 96 | |
gyp_v8.py | D | 03-May-2024 | 2.1 KiB | 42 | 3 | |
landmine_utils.py | D | 03-May-2024 | 2.7 KiB | 115 | 91 | |
landmines.py | D | 03-May-2024 | 4.8 KiB | 140 | 100 | |
shim_headers.gypi | D | 03-May-2024 | 2.9 KiB | 74 | 71 | |
standalone.gypi | D | 03-May-2024 | 14 KiB | 416 | 407 | |
toolchain.gypi | D | 03-May-2024 | 39 KiB | 1,171 | 1,155 |
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