comparison graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java @ 2698:b179be22a3db

Allow to submit graphs to IdealGraphVisualizer remotely with new options named after their counterparts in C2
author Peter Hofer <peter.hofer@jku.at>
date Wed, 18 May 2011 15:01:43 +0200
parents ed36daed4c43
children 618f545fcac5
comparison
equal deleted inserted replaced
2697:bd4c3be86fb7 2698:b179be22a3db
67 public static boolean PrintInliningFailures = ____; 67 public static boolean PrintInliningFailures = ____;
68 public static boolean PrintLIR = ____; 68 public static boolean PrintLIR = ____;
69 public static boolean PrintCFGToFile = ____; 69 public static boolean PrintCFGToFile = ____;
70 public static boolean PrintDOTGraphToFile = ____; 70 public static boolean PrintDOTGraphToFile = ____;
71 public static boolean PrintDOTGraphToPdf = ____; 71 public static boolean PrintDOTGraphToPdf = ____;
72 public static boolean PrintIdealGraphToFile = ____; 72 public static int PrintIdealGraphLevel = 0;
73 public static boolean PrintIdealGraphFile = ____;
74 public static String PrintIdealGraphAddress = "127.0.0.1";
75 public static int PrintIdealGraphPort = 4444;
73 public static boolean OmitDOTFrameStates = true; 76 public static boolean OmitDOTFrameStates = true;
74 public static boolean PrintMetrics = ____; 77 public static boolean PrintMetrics = ____;
75 public static boolean PrintTimers = ____; 78 public static boolean PrintTimers = ____;
76 public static boolean PrintCompilation = ____; 79 public static boolean PrintCompilation = ____;
77 public static boolean PrintXirTemplates = ____; 80 public static boolean PrintXirTemplates = ____;