Hello.

Thanks for all testing. Everything should be fixed now.

Current result on my box:
parrot: make test passed
lua: make test passed
rakudo: make spectest passed with patch from
http://nopaste.snit.ch/31060. This patch can be applied to rakudo
right now. I updated master branch to be "forward-compatible" with
future merge.

Some performance "benchmarks"
gen_gc:

time /usr/local/bin/parrot  src/gen/perl6.pbc --target=pir
--output=src/gen/core.pir \
                --stagestats src/gen/core.pm
Stage 'parse': 66.195 sec
Stage 'past': 0.000 sec
Stage 'check_syntax': 0.000 sec
Stage 'post': 31.291 sec
Stage 'pir': 22.301 sec
119.35user 0.31system 2:00.08elapsed 99%CPU (0avgtext+0avgdata
1447392maxresident)k
1680inputs+9904outputs (10major+144117minor)pagefaults 0swaps



master:

time /home/bacek/src/rakudo-gen/parrot_install/bin/parrot
src/gen/perl6.pbc --target=pir --stagestats \
            src/gen/core.pm > src/gen/core.pir
Stage 'parse': 97.872 sec
Stage 'past': 0.000 sec
Stage 'check_syntax': 0.000 sec
Stage 'post': 32.894 sec
Stage 'pir': 16.801 sec
146.84user 0.36system 2:27.73elapsed 99%CPU (0avgtext+0avgdata
1943744maxresident)k
24inputs+9872outputs (1major+131345minor)pagefaults 0swaps


-- 
Bacek

On Wed, Feb 9, 2011 at 12:10 PM, Vasily Chekalkin <[email protected]> wrote:
> Hello.
>
> generational_gc branch is ready for smoking. Heavily smoking. On many
> different architectures preferably.
>
> --
> Bacek
>
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to