annotate runalldacapo.sh @ 2707:7ed72769d51a

exception handling related changes: * changed blockPredecessors to list of Instructions, instead of Blocks * removed explicit predecessor management in BlockBegin, now using predecessors from Graph structure * replaced generated LIR exception entries with exception dispatch chains in IR * added Unwind and ExceptionDispatch instructions * removed ExceptionEntry flag in BlockBegin and all code depending on it * removed exceptionHandler list from Instruction, replaced by exception Edge on Invoke and Throw * replaced list of ExceptionHandlers with single exception edge in debug info misc: * changed GraphvizPrinter layout (smaller ports on large nodes) * removed defunct run config
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 18 May 2011 18:09:20 +0200
parents 34b5eea9b001
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2514
34b5eea9b001 Added more batch files to run dacapo benchmarks and the Graal bootstrap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
1 #!/bin/bash
34b5eea9b001 Added more batch files to run dacapo benchmarks and the Graal bootstrap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
2 bash rundacapo.sh avrora
34b5eea9b001 Added more batch files to run dacapo benchmarks and the Graal bootstrap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
3 bash rundacapo.sh batik
34b5eea9b001 Added more batch files to run dacapo benchmarks and the Graal bootstrap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
4 bash rundacapo.sh eclipse
34b5eea9b001 Added more batch files to run dacapo benchmarks and the Graal bootstrap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
5 bash rundacapo.sh fop
34b5eea9b001 Added more batch files to run dacapo benchmarks and the Graal bootstrap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
6 bash rundacapo.sh h2
34b5eea9b001 Added more batch files to run dacapo benchmarks and the Graal bootstrap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
7 bash rundacapo.sh jython
34b5eea9b001 Added more batch files to run dacapo benchmarks and the Graal bootstrap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
8 bash rundacapo.sh luindex
34b5eea9b001 Added more batch files to run dacapo benchmarks and the Graal bootstrap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
9 bash rundacapo.sh lusearch
34b5eea9b001 Added more batch files to run dacapo benchmarks and the Graal bootstrap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
10 bash rundacapo.sh pmd
34b5eea9b001 Added more batch files to run dacapo benchmarks and the Graal bootstrap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
11 bash rundacapo.sh sunflow
34b5eea9b001 Added more batch files to run dacapo benchmarks and the Graal bootstrap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
12 bash rundacapo.sh tomcat
34b5eea9b001 Added more batch files to run dacapo benchmarks and the Graal bootstrap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
13 bash rundacapo.sh tradebeans
34b5eea9b001 Added more batch files to run dacapo benchmarks and the Graal bootstrap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
14 bash rundacapo.sh tradesoap
34b5eea9b001 Added more batch files to run dacapo benchmarks and the Graal bootstrap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
15 bash rundacapo.sh xalan