DescriptionCompile v8 like "release" by default in debug builds.
This change switches how we compile v8 by default in Debug builds
so that the compiler optimizations are enabled and much of the
still enabled to do some level of dcheck-like assertion checking).
This gives us a 5x speedup over the debug v8 for running the layout
tests, making debug times only 2x slower than release.
R=jamesr@chromium.org, jochen@chromium.org
BUG=254188
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216287
Patch Set 1 #Patch Set 2 : use v8_optimized_debug=1 on android_clang #Patch Set 3 : use v8_optimized_debug on all android #Messages
Total messages: 10 (0 generated)
|