view runalldacapo.sh @ 3465:8cd198d7cbc1

When a method that has been compiled before is considered for inlining, use its compiled (native) code size for size checks. This avoids inlining compiled methods that already contain many other inlined methods, reducing generated code size and usually execution time as well. Also, add GraalMetrics bookkeeping for inlining.
author Peter Hofer <peter.hofer@jku.at>
date Mon, 01 Aug 2011 13:45:25 +0200
parents 34b5eea9b001
children
line wrap: on
line source

#!/bin/bash
bash rundacapo.sh avrora
bash rundacapo.sh batik
bash rundacapo.sh eclipse
bash rundacapo.sh fop
bash rundacapo.sh h2
bash rundacapo.sh jython
bash rundacapo.sh luindex
bash rundacapo.sh lusearch
bash rundacapo.sh pmd
bash rundacapo.sh sunflow
bash rundacapo.sh tomcat
bash rundacapo.sh tradebeans
bash rundacapo.sh tradesoap
bash rundacapo.sh xalan