# HG changeset patch # User Christian Humer # Date 1372705700 -7200 # Node ID ebf5c5c2356401b7e3327bc0204b49886ee7b637 # Parent 5b9abb0cc9d87307d04c02dcd6a3ccaaef3edc53 Disabled truffle rewrite trace by default. diff -r 5b9abb0cc9d8 -r ebf5c5c23564 graal/com.oracle.truffle.api/src/com/oracle/truffle/api/TruffleOptions.java --- 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