command line flag to repeat compilation multiple times

This commit is contained in:
Dmitry Jemerov
2015-06-16 19:34:27 +02:00
parent ab33e4935e
commit 5eb4a47a1a
4 changed files with 28 additions and 7 deletions
@@ -43,6 +43,11 @@ public abstract class CommonCompilerArguments {
@Argument(value = "Xno-inline", description = "Disable method inlining")
public boolean noInline;
// TODO Remove in 1.0
@Argument(value = "Xrepeat", description = "Repeat compilation (for performance analysis)")
@ValueDescription("<count>")
public String repeat;
@Argument(value = "Xplugin", description = "Load plugins from the given classpath")
@ValueDescription("<path>")
public String[] pluginClasspaths;