Many thanks, this really rocks on my machine with 128MB of RAM :) I think compiles are about a minute faster now :)
One thing that worries me is the size of the parrot executable, right now it's about 350k and growing. When compressed with UPX, it's 55k, but still, we should avoid executable bloat :) -Jaen ----- Original Message ----- From: "Melvin Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 9:37 AM Subject: [COMMIT] ops2c.pl > For those of you not on cvs list: > > I committed a rewrite of the find_op() code generator. > You'll need to re run Configure. > > Uses a sorted hash and nets about 40% of the speed of the > 500k unrolled switch() statement. Feel free to tune it even more than I did. > Upside is compiles are way faster, especially for machines with > less resources. > > I'm interested in hearing comparisons on compile times on the smaller > ram machines. > > -Melvin > >