v6.pm is back

fglock on 2008-07-30T13:01:13

v6.pm now passes a little more than 6000 tests from the Perl 6 test suite.

"v6" is a CPAN module that implements a Perl 6 compiler that runs in Perl 5.

It is compiling and running nearly 10 tests per second:

  Files=145, Tests=6210, 562 wallclock secs ( 1.41 usr 0.67 sys + 402.53 cusr 93.57 csys = 498.18 CPU)
  Result: PASS

Precompiled tests are running at 50 tests per second (running "make file" a second time execute the precompiled tests):



  Files=145, Tests=6210, 124 wallclock secs ( 0.88 usr 0.57 sys + 80.20 cusr 14.04 csys = 95.69 CPU)
  Result: PASS