Re: An overview of the Parrot interpreter [speed]

2001-09-07 Thread raptor
hi, I see that it was mentioned that Perl5 is fast than Java, Python etc... and was wondering is there any comparison how-much, if ? and if why ? and if we know the reason can we exploit it further ... and similar... And does really Perl6 will be faster. how much u expect ? Thanx = iVAN

Links

2001-09-08 Thread raptor
All I found with lycos... but no speed comparison only mumbo-jumbo : http://language.perl.com/versus/ http://www.jvoegele.com/software/langcomp.html http://www.geocities.com/tablizer/langopts.htm http://www.cs.usyd.edu.au/~sholden/pythonperl.html http://www.pixeldate.com/dev/comparison/ = iVA

make test_prog

2001-09-21 Thread raptor
why is : make test_prog instead of just make = iVAN [EMAIL PROTECTED] =

run

2001-09-22 Thread raptor
what about adding "run" ! #!/usr/bin/perl -w my ($pasm) = $ARGV[0] =~ /(.*?)\./; system("./assemble.pl $ARGV[0] > $pasm.pbc ; ./test_prog $pasm.pbc"); cheers = iVAN [EMAIL PROTECTED] =

variable number of arguments

2001-09-22 Thread raptor
hi, is it possible the ops to handle variable number of arguments, what I have in mind : print I1,",",N2,"\n" cheers = iVAN [EMAIL PROTECTED] =

[OFF] - CVS Web reposity viewer

2001-09-25 Thread raptor
hi, sorry for off-topic, could u point me to the address of CVS Web reposity viewer (u use for cvs.perl.com). Privetely of cource :") Thanx alot.. = iVAN [EMAIL PROTECTED] =

http://www-124.ibm.com/developerworks/oss/jikesrvm/

2001-10-18 Thread raptor
http://www-124.ibm.com/developerworks/oss/jikesrvm/ The JikesT Research Virtual Machine (Jikes RVM) provides the academic and research communities with a flexible open testbed to prototype new virtual machine technologies and experiment with a large variety of design alternatives. The virtual mac

use parrot;

2001-10-20 Thread raptor
hi, will it be possible to do this inside Perl program : use parrot; ...parrot code... no parrot; OR sub mysub is parrot { parrot code ... } = iVAN [EMAIL PROTECTED] =

system like CVS...still not alpha

2001-10-09 Thread raptor
http://subversion.tigris.org/

Yet another candidat for little_languages :")

2001-10-11 Thread raptor
http://www.tuxedo.org/~esr/kbuild/cml2-paper.html

how to JIT ?

2002-02-02 Thread raptor
hi, how to compile JITed code ... !! Is there some list of tweaks, switches that can be used to speed up the Parrot? Particulary for people like me that are not very close to C programming :") thanx alot raptor [EMAIL PROTECTED]

I'm amazed - Is this true :")

2002-02-04 Thread raptor
mops tests : on perl5,python I get - 2.38 M/ops ruby ~ 1.9 M/ops ps ~ 1.5 M/ops parrot - 20.8 M/s parrot jitted - 341 M/ops and it finish in half second ... for most of the other I have to wait more that a minute .. I didnt expected it to be so fast :") ... Celeron800@1096Mhz (Mandrake 8.1) >

VM, closures, continuation

2002-02-09 Thread raptor
I was just reading this : http://www.javalobby.com/clr.html and a question raised to me. Will Parrot have some optimisation (features) that will speed up closures & continuation ? raptor [EMAIL PROTECTED]

Re: VM, closures, continuation

2002-02-09 Thread raptor
es) that will speed up closures & continuation ? > > raptor > [EMAIL PROTECTED]

Re: Roadmap for Parrot

2002-04-19 Thread raptor
Also slowing down 0.0.99 so that 0.1.0 has atleast 2-3 times speed up over 0.0.99 :")) |I don't see "World Domination" or "Nervous Breakdown" in there anywhere.

[off] NG PThreads

2002-05-11 Thread raptor
kernel threads, thus giving the advantages of fast thread creation/deletion, and as much concurrency as the hardware will support. raptor

gcc vs ICC comparison

2002-05-15 Thread raptor
Does Parrot compile on ICC , if yes is it faster ? http://www.osnews.com/story.php?news_id=1056 CoyoteGulch.com has published an interesting article, benchmarking GCC 3.04 and ICC 6 (the article will be updated again after GCC 3.1's release). In the tests, ICC seems to pull ahead in most t

Re: Recording what we decided *not* to do, and why

2000-08-04 Thread raptor
hi, it will be good if all these RFC are put somewhere on the WEB (we can't follow all those mailing lists if the amout of posts stay the same :") ) also in this way we will get broader picture what is happenning.. = iVAN [EMAIL PROTECTED] =

DOCS

2000-08-02 Thread raptor
hi, As the news that the Perl will be rewriten comes... me and I think many others non core coders decided that they can help with something but most of the people like me doesn't have the knowledge of the current PERL5.6, why we may need this ?! 'cause Perl6 is 2 years from "here" and we wil

what will be in Perl6 ?

2000-08-02 Thread raptor
http://www.oreillynet.com/pub/a/linux/rt/07282000/transcript.html

"Counting the birds" :")

2000-09-04 Thread raptor
hi, here is one simple script (Requires Parse::RecDescent) that count operators in scripts.(and my fisrt grammar ;") ) OK. I started this against my current perl installation. (it is not pure RH6.2 install, but many things are added) i.e. find /perl_dir -name *.pm | ./count.pl | tee allops.txt i

Re: RFC 178 (v2) Lightweight Threads(multiversionning)

2000-09-08 Thread raptor
> I don't even want to take things out a step to guarantee atomicity at the > statement level. There are speed issues there, since it means every > statement will need to conditionally lock everything. (Since we can't > necessarily know at compile time which variables are shared and which > aren't

Re: Perl Implementation Language

2000-09-15 Thread raptor
> > On Tue, Sep 12, 2000 at 03:17:47PM -0400, Ken Fox wrote: > > > That's fine for the VM and the support libraries, but I'd *really* > > > like to see the parser/front-end in Perl. There are dozens of RFCs > > > that require some non-trivial extensions to the parser. It would > > > be nice to cod

Re: Thought for the day

2001-02-01 Thread raptor
ok, "I've done it in one row, why you want it to fit in 80 columns ?!" (or something like that can't remember well) -- Larry Wall :") = iVAN [EMAIL PROTECTED] = > Ok, if we're all contributing quotes, here's mine: > > "I'm sorry for writing you such a long letter; I didn't have time > t