pod nit in languages/pugs/pmc/pugsany.pmc

2006-03-12 Thread Douglas Hunter
g in the document?! This patch adds a "back" command to the pod. -- Douglas Hunter Index: languages/pugs/pmc/pugsany.pmc === --- languages/pugs/pmc/pugsany.pmc (revision 11877) +++ languages/pugs/pmc/pugsany.pmc (working

minor S02 nit

2006-03-12 Thread Douglas Hunter
This patch fixes a minor typo in S02. -- Douglas Hunter Index: S02.pod === --- S02.pod (revision 8142) +++ S02.pod (working copy) @@ -498,7 +498,7 @@ Ordinary package-qualified names look like in Perl 5: -$Foo::Bar::baz

Re: Odd JIT timings

2003-01-24 Thread Douglas Hunter
Dan Sugalski wrote: I just gave a run of examples/assembly/mops_p.pasm, getting some performance numbers. Here's an interesting timing. no jit: 24.9 seconds with jit: 33.6 seconds This is... odd. And on PPC, FWIW, and I'm not sure if it happens on x86. I'm pretty new to this, so I apolo

99... (hint: not red baloons)

2003-03-19 Thread Douglas Hunter
Thank you everyone for bringing this fun tool to such a useful state so quickly. The progress Parrot has shown is impressive. I offer you my thanks in probably not-so-elegantly written pasm emitted song and drink. -- dug # Mmmm, beer good set I1, 99 # bottles of beer set I2, 1 # single bott

Re: 99... (hint: not red baloons)

2003-03-20 Thread Douglas Hunter
Benjamin Goldberg wrote: The ONE_BOTTLE label isn't gone to by anything else in the program, and the one instruction which does go to it, is immediately before it. So, what's the reason for it? Lack of experience. Thanks for the pointer. -- dug