v8/gypfiles
Michael Achenbach b36f39c34c Revert "[heap] Enable concurrent marking for x86 and x64."
This reverts commit 8c4a8250de.

Reason for revert: Flaky dcheck on several bots, e.g.:
https://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20debug/builds/17055

Original change's description:
> [heap] Enable concurrent marking for x86 and x64.
> 
> Bug: chromium:694255
> Change-Id: I28c8c6e5ba6c84123f3951e822c132860cb22c1d
> Reviewed-on: https://chromium-review.googlesource.com/641451
> Commit-Queue: Kentaro Hara <haraken@chromium.org>
> Reviewed-by: Michael Achenbach <machenbach@chromium.org>
> Reviewed-by: Hannes Payer (slow) <hpayer@chromium.org>
> Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#48100}

TBR=ulan@chromium.org,haraken@chromium.org,machenbach@chromium.org,hpayer@chromium.org,mlippautz@chromium.org

Change-Id: Id5954676c75e69b66e85f05ffab737ab7f760101
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: chromium:694255
Reviewed-on: https://chromium-review.googlesource.com/677203
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#48103}
2017-09-21 09:15:53 +00:00
..
mac [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
win [build] Use MSVS 2015 by default. 2016-12-01 08:50:57 +00:00
all.gyp Introduce mkgrokdump to update tools/v8heapconst.py. 2017-04-20 06:15:02 +00:00
coverage_wrapper.py Use new sanitizer coverage flags. 2017-05-03 19:36:08 +00:00
detect_v8_host_arch.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
features.gypi Revert "[heap] Enable concurrent marking for x86 and x64." 2017-09-21 09:15:53 +00:00
get_landmines.py [build] Landmine for flaky win compile problems. 2016-11-28 08:23:24 +00:00
gyp_environment.py [gn] Default to ninja on all platforms 2016-06-20 10:06:45 +00:00
gyp_v8 [gn] Switch off gyp in runhooks by default 2016-09-09 14:23:14 +00:00
gyp_v8.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
isolate.gypi [test] Remove obsolete lsan suppressions 2017-06-23 14:18:05 +00:00
landmine_utils.py Fix common misspellings 2017-08-02 09:35:28 +00:00
landmines.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
OWNERS [build] Pull "build" from chromium as dependency 2016-04-29 13:38:03 +00:00
README.txt [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
set_clang_warning_flags.gypi [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
shim_headers.gypi [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
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 Remove x87 port 2017-07-18 18:20:40 +00:00
vs_toolchain.py Remove NaCl support. 2016-07-27 07:50:31 +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.