Re: Missing files

2002-05-25 Thread Jeff
Sebastian Bergmann wrote: > > Checking MANIFEST...No such file: languages/BASIC/sample2.bas > No such file: languages/BASIC/sample3.bas > No such file: languages/BASIC/sample4.bas > > Ack, some files were missing! I can't continue running > without everything here. Please try to find the above

New Assembler for your perusal

2002-05-25 Thread Jeff
newasm has been completely rewritten. Three surprises lurk within. 1) It's pretty much completely documented. This is a trend I'd like to see continue in general. Without the SvPV mess that perl5 got into, we're much more readable than perl5, and hopefully more easily embeddable and extensible,

Regex speedup with an integer stack

2002-05-25 Thread Mark Kvale
With the addition of int_save and int_restore, I decided to test the matching speed for the regex code I have been playing with. I tested two versions of the regex matching code with only core ops, one using the normal stack and one using the integer stack. All other aspects of the code remained u

Re: quicksort in pasm

2002-05-25 Thread brian wheeler
Crud, I forgot to attach the quicksort in the last one... Brian On Sat, 2002-05-25 at 21:17, brian wheeler wrote: > On Fri, 2002-05-24 at 15:10, Sean O'Rourke wrote: > > > I was starting with a very simple test to decide how to determine where the > > > memory overuse was coming from, > > > >

Re: quicksort in pasm

2002-05-25 Thread brian wheeler
On Fri, 2002-05-24 at 15:10, Sean O'Rourke wrote: > > I was starting with a very simple test to decide how to determine where the > > memory overuse was coming from, > > I'm actually looking at this now as well, though with zip2.pasm instead of > quicksort. What I've found is that because zip co

'make languages' broken

2002-05-25 Thread Sebastian Bergmann
sb@wopr-mobile:/usr/src/parrot> make languages cd languages && make && cd .. make[1]: Entering directory `/usr/src/parrot/languages' cd jako && make && cd .. make[2]: Entering directory `/usr/src/parrot/languages/jako' ../jakoc bench.jako > bench.pasm perl -I ../../lib ../../assemble.pl bench.pasm

[PATCH] Minor printf fix

2002-05-25 Thread Nick Glencross
Hi, here's a small fix to a printf which I sometimes trigger. Looks like a ')' and '\n' went missing. Feel free to adjust it to meets coding standards. Nick Index: packfile.c === RCS file: /cvs/public/parrot/packfile.c,v retrievi