• Home
Name
Date
Size
#Lines
LOC

..--

config/win/07-May-2024-7777

mac/07-May-2024-3230

OWNERSD07-May-202424 21

README.txtD07-May-2024240 106

all.gypD07-May-20241.3 KiB4442

detect_v8_host_arch.pyD07-May-20242.9 KiB7831

download_gold_plugin.pyD07-May-20242.8 KiB8248

features.gypiD07-May-20244.6 KiB137121

get_landmines.pyD07-May-2024887 3423

gyp_environment.pyD07-May-20241.7 KiB5542

gyp_v8D07-May-20246.4 KiB18291

gyp_v8.pyD07-May-20242.1 KiB423

isolate.gypiD07-May-20243.1 KiB9791

landmine_utils.pyD07-May-20242.9 KiB12496

landmines.pyD07-May-20248.2 KiB246180

shim_headers.gypiD07-May-20242.9 KiB7471

standalone.gypiD07-May-202448.9 KiB1,3711,339

toolchain.gypiD07-May-202446 KiB1,3701,351

vs_toolchain.pyD07-May-202410 KiB269208

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