The Parrot team is proud to announce the release of Parrot version
0.0.10, code named "Juice" (based on the new -Oj optimization flag).
It is downloadable from
http://www.cpan.org/authors/id/S/SF/SFINK/parrot-0.0.10.tar.gz. If you would like to check the latest copy out from CVS, see
these instructions.
Try it out by unpacking it, then running:
perl Configure.pl
make
make test
or for a newer, *much* faster way to run the tests:
perl Configure.pl
make
cd languages/imcc; make; cd ../..
make test IMCC=languages/imcc/imcc
If you would like to join in the fun, all
discussion occurs on the perl6-internals mailing list. Start from www.parrotcode.org for information on all Parroty things.
Enhancements in 0.0.10 include:
- IMCC integration
- eval instruction (for Parrot opcodes)
- more benchmarking
- cgp core (faster)
- intersegment branches
- optimized math ops
- more complete use of PObjs
- beefed up packfiles
- sub/continuation/coroutine fixes
- better NCI (native calling interface)
- many imcc improvements (including the -Oj flag for using IMCC metadata for JIT optimization)
- jako improvements
- shiny new BASIC compiler to go along with the earlier BASIC interpreter
Check out the mailing list archive or just download the code and try it out!
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.