changeset 10599:ebf5c5c23564

Disabled truffle rewrite trace by default.
author Christian Humer <christian.humer@gmail.com>
date Mon, 01 Jul 2013 21:08:20 +0200
parents 5b9abb0cc9d8
children e93efe3ba5f4
files graal/com.oracle.truffle.api/src/com/oracle/truffle/api/TruffleOptions.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/TruffleOptions.java	Mon Jul 01 21:07:21 2013 +0200
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/TruffleOptions.java	Mon Jul 01 21:08:20 2013 +0200
@@ -31,7 +31,7 @@
 public class TruffleOptions {
 
     /** Enables/disables the rewriting of traces in the truffle runtime to stdout. */
-    public static final boolean TraceRewrites = true;
+    public static final boolean TraceRewrites = false;
 
     /**
      * Filters rewrites that do not contain the given string in the qualified name of the source or