# HG changeset patch # User Christian Wimmer # Date 1429549652 25200 # Node ID 43cec82445407fcb8e7ebdc356d1caffde0dae4c # Parent 5ea65fe643687560c18a2ecc758d301b913084e0 Enable Graph Partial Evaluation diff -r 5ea65fe64368 -r 43cec8244540 graal/com.oracle.graal.truffle/src/com/oracle/graal/truffle/PartialEvaluator.java --- 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 GraphPE = new StableOptionValue<>(false); + public static final StableOptionValue GraphPE = new StableOptionValue<>(true); private final Providers providers; private final Architecture architecture;