On Fri, 2008-09-12 at 13:43 +0100, Ian Rogers wrote: > As the patch comes from Jikes RVM it should be no surprise we addressed > solving the performance problem in a metacircular manner. I imagine > DaCapo jython is a lot faster on Classpath runtimes now.
It is: 2008-09-10: ===== DaCapo jython PASSED in 26422 msec ===== 2008-09-11: ===== DaCapo jython PASSED in 21768 msec ===== It's about 18% faster on one of our x86_64 machines and about 25% on the ARM box. See: http://www.complang.tuwien.ac.at/cacaojvm/jvmtester/log/2008-09-10-00:00/c8-gnuclasspath-cacao-dacapo-06-benchmark-jython.log http://www.complang.tuwien.ac.at/cacaojvm/jvmtester/log/2008-09-11-00:00/c8-gnuclasspath-cacao-dacapo-06-benchmark-jython.log and http://www.complang.tuwien.ac.at/cacaojvm/jvmtester/log/2008-09-10-00:00/iyonix-gnuclasspath-cacao-dacapo-06-benchmark-jython.log http://www.complang.tuwien.ac.at/cacaojvm/jvmtester/log/2008-09-11-00:00/iyonix-gnuclasspath-cacao-dacapo-06-benchmark-jython.log - twisti