At 11:12 AM 5/15/2002 +0300, SlowByte wrote:
>Many thanks, this really rocks on my machine with 128MB of RAM :) I think
>compiles are about a minute faster now :)
Thats good to hear.
>One thing that worries me is the size of the parrot executable, right now it's
>about 350k and growing. When com
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(
Melvin Smith:
# 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 i
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, espe