changeset 21044:43cec8244540

Enable Graph Partial Evaluation
author Christian Wimmer <christian.wimmer@oracle.com>
date Mon, 20 Apr 2015 10:07:32 -0700
parents 5ea65fe64368
children 013a466838b9
files graal/com.oracle.graal.truffle/src/com/oracle/graal/truffle/PartialEvaluator.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.truffle/src/com/oracle/graal/truffle/PartialEvaluator.java	Mon Apr 20 18:27:46 2015 +0200
+++ b/graal/com.oracle.graal.truffle/src/com/oracle/graal/truffle/PartialEvaluator.java	Mon Apr 20 10:07:32 2015 -0700
@@ -69,7 +69,7 @@
 public class PartialEvaluator {
 
     @Option(help = "New partial evaluation on Graal graphs", type = OptionType.Expert)//
-    public static final StableOptionValue<Boolean> GraphPE = new StableOptionValue<>(false);
+    public static final StableOptionValue<Boolean> GraphPE = new StableOptionValue<>(true);
 
     private final Providers providers;
     private final Architecture architecture;