Here after is a patch that changes a "use warnings" into $^W = 1 in order to be able to check perl 5.005
We then get: $ perl ./tools/dev/parrotbench.pl -c ../parrot_bench.conf -b vpm\$ Numbers are relative to the first one. (lower is better) p p-j p-C p5.5 p5.8 py rb vpm 100% 88% 99% 46% 91% - 58% Still some work to get to perl 5.005! :o) Jerome -- [EMAIL PROTECTED]
? config_lib.pasm ? library/config.fpmc Index: examples/benchmarks/vpm.pl =================================================================== RCS file: /cvs/public/parrot/examples/benchmarks/vpm.pl,v retrieving revision 1.2 diff -u -d -r1.2 vpm.pl --- examples/benchmarks/vpm.pl 8 Mar 2004 11:43:41 -0000 1.2 +++ examples/benchmarks/vpm.pl 15 Mar 2004 18:58:14 -0000 @@ -1,7 +1,7 @@ # perl program by Thomas Klausner posted on Vienna-PM list # use strict; -use warnings; +$^W = 1; my $big; my $string="just another perl hacker";