• Home
Name Date Size #Lines LOC

..--

README.txtD03-May-2024240 106

all.gypD03-May-2024837 3028

android.gypiD03-May-202410.1 KiB279276

detect_v8_host_arch.pyD03-May-20242.6 KiB7028

features.gypiD03-May-20244.5 KiB132118

get_landmines.pyD03-May-2024622 2817

gyp_v8D03-May-20246.5 KiB18196

gyp_v8.pyD03-May-20242.1 KiB423

landmine_utils.pyD03-May-20242.7 KiB11591

landmines.pyD03-May-20244.8 KiB140100

shim_headers.gypiD03-May-20242.9 KiB7471

standalone.gypiD03-May-202414 KiB416407

toolchain.gypiD03-May-202439 KiB1,1711,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