Howdy,
It looks like we are basically as fast as we have ever been, in terms
of startup time:
$ BENCH_CONFIG=bench.yaml ~/git/euler_bench/bin/bench hello.pir parrot
--count=300 --order=avg
min
max avg total
parrot /home/leto/src/parrot/parrot-1.3.0/parrot hello.pir
0.0060 0.0067 0.0065 1.9626
parrot /home/leto/svn/parrot-trunk/parrot hello.pir
0.0060 0.0068 0.0066 1.9789
parrot /home/leto/src/parrot/parrot-1.8.0/parrot hello.pir
0.0061 0.0068 0.0066 1.9843
parrot /home/leto/src/parrot/parrot-1.7.0/parrot hello.pir
0.0061 0.0069 0.0066 1.9934
parrot /home/leto/src/parrot/parrot-1.5.0/parrot hello.pir
0.0062 0.0074 0.0067 1.9984
parrot /home/leto/src/parrot/parrot-1.6.0/parrot hello.pir
0.0062 0.0069 0.0067 2.0051
parrot /home/leto/src/parrot/parrot-1.2.0/parrot hello.pir
0.0062 0.0069 0.0067 2.0062
parrot /home/leto/src/parrot/parrot-1.4.0/parrot hello.pir
0.0062 0.0069 0.0067 2.0111
parrot /home/leto/src/parrot/parrot-0.4.0/parrot hello.pir
0.0094 0.0163 0.0097 2.9071
parrot /home/leto/src/parrot/parrot-0.3.0/parrot hello.pir
0.0102 0.0173 0.0106 3.1678
parrot /home/leto/src/parrot/parrot-0.7.0/parrot hello.pir
0.0111 0.0120 0.0116 3.4846
parrot /home/leto/src/parrot/parrot-0.5.0/parrot hello.pir
0.0113 0.0183 0.0117 3.5112
parrot /home/leto/src/parrot/parrot-1.1.0/parrot hello.pir
0.0113 0.0123 0.0119 3.5749
parrot /home/leto/src/parrot/parrot-0.8.0/parrot hello.pir
0.0113 0.0123 0.0120 3.5978
parrot /home/leto/src/parrot/parrot-1.0.0/parrot hello.pir
0.0115 0.0122 0.0120 3.6123
parrot /home/leto/src/parrot/parrot-0.9.0/parrot hello.pir
0.0116 0.0131 0.0122 3.6556
parrot /home/leto/src/parrot/parrot-0.8.2/parrot hello.pir
0.0120 0.0128 0.0125 3.7511
parrot /home/leto/src/parrot/parrot-0.8.1/parrot hello.pir
0.0120 0.0130 0.0126 3.7659
parrot /home/leto/src/parrot/parrot-0.6.0/parrot hello.pir
0.0132 0.0141 0.0138 4.1545
parrot /home/leto/src/parrot/parrot-0.2.0/parrot hello.pir
0.0160 0.0233 0.0163 4.9045
$ cat hello.pir
# Copyright (C) 2006-2009, Parrot Foundation.
# $Id$
.sub main
print "hello world!\n"
.end
# Local Variables:
# mode: pir
# fill-column: 100
# End:
# vim: expandtab shiftwidth=4 ft=pir:
Duke
--
Jonathan "Duke" Leto
[email protected]
http://leto.net
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev