Revision: 24936
Author: [email protected]
Date: Tue Oct 28 13:14:53 2014 UTC
Log: Silence control reducer tracing a bit.
[email protected]
Review URL: https://codereview.chromium.org/687553002
https://code.google.com/p/v8/source/detail?r=24936
Modified:
/branches/bleeding_edge/src/compiler/control-reducer.cc
/branches/bleeding_edge/src/flag-definitions.h
=======================================
--- /branches/bleeding_edge/src/compiler/control-reducer.cc Mon Oct 27
08:41:32 2014 UTC
+++ /branches/bleeding_edge/src/compiler/control-reducer.cc Tue Oct 28
13:14:53 2014 UTC
@@ -18,7 +18,7 @@
enum Reachability { kFromStart = 8 };
#define TRACE(x) \
- if (FLAG_trace_turbo) PrintF x
+ if (FLAG_trace_turbo_reduction) PrintF x
class ControlReducerImpl {
public:
=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Fri Oct 24 12:41:52 2014
UTC
+++ /branches/bleeding_edge/src/flag-definitions.h Tue Oct 28 13:14:53 2014
UTC
@@ -353,8 +353,9 @@
DEFINE_BOOL(trace_turbo, false, "trace generated TurboFan IR")
DEFINE_STRING(trace_turbo_cfg_file, NULL,
"trace turbo cfg graph (for C1 visualizer) to a given file
name")
-DEFINE_BOOL(trace_turbo_types, true, "trace generated TurboFan types")
-DEFINE_BOOL(trace_turbo_scheduler, false, "trace generated TurboFan
scheduler")
+DEFINE_BOOL(trace_turbo_types, true, "trace TurboFan's types")
+DEFINE_BOOL(trace_turbo_scheduler, false, "trace TurboFan's scheduler")
+DEFINE_BOOL(trace_turbo_reduction, false, "trace TurboFan's various
reducers")
DEFINE_BOOL(turbo_asm, false, "enable TurboFan for asm.js code")
DEFINE_BOOL(turbo_verify, false, "verify TurboFan graphs at each phase")
DEFINE_BOOL(turbo_stats, false, "print TurboFan statistics")
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.