diff perf/benchmarktool.py @ 3543:344264424174

Enable debugging of compiler code from Java IDEs. Moved binary to "graal" subdirectory. New flag for starting Graal is just "-graal".
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Sat, 13 Aug 2011 18:08:28 +0200
parents 53502e3f3e0d
children 7d9e3ee49ac9
line wrap: on
line diff
--- a/perf/benchmarktool.py	Thu Aug 11 11:45:33 2011 +0200
+++ b/perf/benchmarktool.py	Sat Aug 13 18:08:28 2011 +0200
@@ -61,7 +61,7 @@
     parser.add_argument('-o', type=str, help='graalVM options(quoted!)', default='')
     parser.add_argument('-runonly', type=str, help='run specified benchmark only', default='all')
     options = parser.parse_args()
-    compilerFlags = {'graal' : '-client -graal -G:+Time -XX:-GraalBailoutIsFatal -G:QuietBailout ',
+    compilerFlags = {'graal' : '-graal -G:+Time -XX:-GraalBailoutIsFatal -G:QuietBailout ',
         'client' : '-client',
         'server' : '-server'}