# HG changeset patch # User Benoit Daloze # Date 1453547247 -3600 # Node ID 38215ade8ba65d36f82fc05971273429850a8ecd # Parent 1e8342f177317570a20e1b9a34d3d3f4d5b9b6dc Fix description of TruffleIterativePartialEscape diff -r 1e8342f17731 -r 38215ade8ba6 graal/com.oracle.graal.truffle/src/com/oracle/graal/truffle/TruffleCompilerOptions.java --- a/graal/com.oracle.graal.truffle/src/com/oracle/graal/truffle/TruffleCompilerOptions.java Fri Jan 22 13:50:04 2016 -1000 +++ b/graal/com.oracle.graal.truffle/src/com/oracle/graal/truffle/TruffleCompilerOptions.java Sat Jan 23 12:07:27 2016 +0100 @@ -183,7 +183,7 @@ @Option(help = "Enable support for simple infopoints in truffle partial evaluations.", type = OptionType.Expert) public static final OptionValue TruffleEnableInfopoints = new OptionValue<>(false); - @Option(help = "Enable support for simple infopoints in truffle partial evaluations.", type = OptionType.Debug) + @Option(help = "Run the partial escape analysis iteratively in Truffle compilation.", type = OptionType.Debug) public static final OptionValue TruffleIterativePartialEscape = new OptionValue<>(false); @Option(help = "Enable/disable builtin profiles in com.oracle.truffle.api.profiles.", type = OptionType.Debug)