Revision: 23835
Author:   [email protected]
Date:     Wed Sep 10 12:07:39 2014 UTC
Log:      Disabled typed pipeline because of 64-bit failures.

[email protected]

Review URL: https://codereview.chromium.org/556253002
https://code.google.com/p/v8/source/detail?r=23835

Modified:
 /branches/bleeding_edge/src/flag-definitions.h

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Wed Sep 10 09:52:50 2014 UTC +++ /branches/bleeding_edge/src/flag-definitions.h Wed Sep 10 12:07:39 2014 UTC
@@ -326,7 +326,7 @@
 // Flags for TurboFan.
DEFINE_STRING(turbo_filter, "~", "optimization filter for TurboFan compiler")
 DEFINE_BOOL(trace_turbo, false, "trace generated TurboFan IR")
-DEFINE_BOOL(trace_turbo_types, true, "trace generated TurboFan types")
+DEFINE_BOOL(trace_turbo_types, false, "trace generated TurboFan types")
DEFINE_BOOL(trace_turbo_scheduler, false, "trace generated TurboFan scheduler")
 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.

Reply via email to