comparison 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
comparison
equal deleted inserted replaced
3015:02a3d70f6fc0 3016:2f5f6ffbafa0
13 fi 13 fi
14 if [ -z "${DACAPO}" ]; then 14 if [ -z "${DACAPO}" ]; then
15 echo "DACAPO is not defined. It must point to a Dacapo benchmark directory." 15 echo "DACAPO is not defined. It must point to a Dacapo benchmark directory."
16 exit 1; 16 exit 1;
17 fi 17 fi
18 ${JDK7}/bin/java -client -d64 -graal -XX:-GraalBailoutIsFatal -XX:+PrintCompilation -Xms1g -Xmx2g -esa -classpath ${DACAPO}/dacapo-9.12-bach.jar Harness --preserve $* 18 ${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 $*