v8/gypfiles
Ross McIlroy fc7c2c5535 [Interpreter] Remove peephole optimizer.
All the optimizations have now been moved to either the BytecodeGenerator
or the BytecodeArrayWriter/Builder.

BUG=v8:6194

Change-Id: Ie5c5d55e824c94ffb503af376c72bc64ad1f6f81
Reviewed-on: https://chromium-review.googlesource.com/469349
Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
Reviewed-by: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#44564}
2017-04-11 11:46:42 +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 [build] Make inspector the default in gyp 2017-03-30 15:08:31 +00:00
coverage_wrapper.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
detect_v8_host_arch.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
download_gold_plugin.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
features.gypi Reland "[snapshot] Move builtins generation into mksnapshot" 2017-04-07 13:31:29 +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 [build] Remove remaining disable-inspector options in GN 2017-04-05 17:59:07 +00:00
landmine_utils.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +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 [Interpreter] Remove peephole optimizer. 2017-04-11 11:46:42 +00:00
toolchain.gypi [Interpreter] Remove peephole optimizer. 2017-04-11 11:46:42 +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.