comparison rundacapo.sh @ 2838:adc4b3ec0a8c

Deleted LIR critical edge splitter and replaced with GraalIR edge splitter using Anchor nodes (=> simpler).
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Tue, 31 May 2011 15:17:55 +0200
parents 9ba6a8abe894
children 75a99b4f1c98
comparison
equal deleted inserted replaced
2837:7b5831f0e913 2838:adc4b3ec0a8c
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:-C1XBailoutIsFatal -XX:+PrintCompilation -C1X:+QuietBailout -Xms1g -Xmx2g -esa -classpath ${DACAPO}/dacapo-9.12-bach.jar Harness --preserve $* 18 ${JDK7}/bin/java -client -d64 -graal -XX:-C1XBailoutIsFatal -XX:+PrintCompilation -C1X:-QuietBailout -Xms1g -Xmx2g -esa -classpath ${DACAPO}/dacapo-9.12-bach.jar Harness --preserve $*