diff rundacapo.sh @ 3016:2f5f6ffbafa0

Fixed a bug in the dead code eliminator when removing inputs from dead phis.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Sat, 18 Jun 2011 12:19:51 +0200
parents 75a99b4f1c98
children 3ed1b2a5d071
line wrap: on
line diff
--- a/rundacapo.sh	Sat Jun 18 11:33:58 2011 +0200
+++ b/rundacapo.sh	Sat Jun 18 12:19:51 2011 +0200
@@ -15,4 +15,4 @@
   echo "DACAPO is not defined. It must point to a Dacapo benchmark directory."
   exit 1;
 fi
-${JDK7}/bin/java -client -d64 -graal -XX:-GraalBailoutIsFatal -XX:+PrintCompilation -Xms1g -Xmx2g -esa -classpath ${DACAPO}/dacapo-9.12-bach.jar Harness --preserve $*
+${JDK7}/bin/java -client -d64 -graal -XX:-GraalBailoutIsFatal -XX:MaxPermSize=512m -XX:+PrintCompilation -Xms1g -Xmx2g -esa -classpath ${DACAPO}/dacapo-9.12-bach.jar Harness --preserve $*