comparison graal/com.oracle.truffle.api/src/com/oracle/truffle/api/TruffleOptions.java @ 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 6eb8d63cea34
children 9db1377b0580
comparison
equal deleted inserted replaced
10598:5b9abb0cc9d8 10599:ebf5c5c23564
29 * Class containing general Truffle options. 29 * Class containing general Truffle options.
30 */ 30 */
31 public class TruffleOptions { 31 public class TruffleOptions {
32 32
33 /** Enables/disables the rewriting of traces in the truffle runtime to stdout. */ 33 /** Enables/disables the rewriting of traces in the truffle runtime to stdout. */
34 public static final boolean TraceRewrites = true; 34 public static final boolean TraceRewrites = false;
35 35
36 /** 36 /**
37 * Filters rewrites that do not contain the given string in the qualified name of the source or 37 * Filters rewrites that do not contain the given string in the qualified name of the source or
38 * target class hierarchy. 38 * target class hierarchy.
39 */ 39 */