changeset 20830:4dbbc4b3bb4d

Merge
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Thu, 09 Apr 2015 13:27:37 +0200
parents 0d578aeb2b5e (current diff) 89eabd695957 (diff)
children 5a97208e1824 43b3db5e8a9e
files
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	Thu Apr 09 13:26:14 2015 +0200
+++ b/graal/com.oracle.graal.truffle/src/com/oracle/graal/truffle/PartialEvaluator.java	Thu Apr 09 13:27:37 2015 +0200
@@ -68,7 +68,7 @@
 public class PartialEvaluator {
 
     @Option(help = "New partial evaluation on Graal graphs", type = OptionType.Expert)//
-    public static final StableOptionValue<Boolean> GraphPE = new StableOptionValue<>(true);
+    public static final StableOptionValue<Boolean> GraphPE = new StableOptionValue<>(false);
 
     private final Providers providers;
     private final CanonicalizerPhase canonicalizer;