v8/gypfiles
Ulan Degenbaev 586067e45d Reland "[heap] Temporarily disable concurrent marking."
This is a reland of a9a50dc9a8

Buildbot crashes are fixed by a274fc6.

Original change's description:
> [heap] Temporarily disable concurrent marking.
> 
> The 6.3 branch has a data race that is fixed in 6.4 but the fix is too
> large for back merging.
> 
> This CL will be back-merged to 6.3 after getting Canary coverage.
> 
> Concurrent marking will be re-enabled afterwards.
> 
> Bug: chromium:774644
> Change-Id: I4112da0e133a637cc4fb52dee2e4c165cdc74f1f
> Reviewed-on: https://chromium-review.googlesource.com/749811
> Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
> Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#49080}

Bug: chromium:774644
Change-Id: Idf5d179eca25a1481c70c6ca3bccde4869deb544
Reviewed-on: https://chromium-review.googlesource.com/751271
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49090}
2017-11-02 19:10:00 +00:00
..
mac
win Reland "[build] Switch windows default compilation to MSVS 2017" 2017-09-29 09:36:49 +00:00
all.gyp [test] Remove valgrind support 2017-10-11 07:41:33 +00:00
coverage_wrapper.py Use new sanitizer coverage flags. 2017-05-03 19:36:08 +00:00
detect_v8_host_arch.py
features.gypi Reland "[heap] Temporarily disable concurrent marking." 2017-11-02 19:10:00 +00:00
get_landmines.py [build] Landmine for flaky win compile problems. 2016-11-28 08:23:24 +00:00
gyp_environment.py [build] Deprecate windows toolchain support with GYP 2017-09-29 11:18:20 +00:00
gyp_v8 [build] Deprecate windows toolchain support with GYP 2017-09-29 11:18:20 +00:00
gyp_v8.py
isolate.gypi [test] Fix isolate for auto-detect in gyp 2017-10-19 11:52:11 +00:00
landmine_utils.py Fix common misspellings 2017-08-02 09:35:28 +00:00
landmines.py
OWNERS
README.txt
run-tests-legacy.py [test] Continued test support for make targets 2017-10-20 15:01:51 +00:00
set_clang_warning_flags.gypi
shim_headers.gypi
standalone.gypi [gyp] Disable compiler warning 2017-08-29 11:52:47 +00:00
sysroot_ld_flags.sh [build] Manuelly roll and fix build 2017-05-29 13:40:13 +00:00
toolchain.gypi [test] Enable auto-detection of test flags in gyp 2017-10-19 07:02:38 +00:00

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.