Gaspard:
Hey, wow! You’re my new favorite person. I’d been commenting out
nonessentials when I was working on something specific and just
waiting the 10 minutes when I wanted to see the whole thing work.
I’m committing this change. Johan, since you’re the one who
requested the -O1 flag, would you verify it still works for you in
Leopard?
If anyone knows a reason it’s bad to compile with -O0, now’s the time
to speak up.
On Wed, Feb 27, 2008 at 12:22:54PM -0500, Jason G. wrote:
I’m committing this change. Johan, since you’re the one who
requested the -O1 flag, would you verify it still works for you in
Leopard?
I agree, nice tweak! I’m playing with the Ragel flags and noticing
wildly different behaviors as well. (Using -G0, -T0, -T1, etc.
instead of -G2.) I’d really like to assemble a rake tasks that
would go through and try permutations of Ragel flags with GCC flags
and determine the most optimal settings.
For sure, though, compilation time was getting ridiculous.
While trying ragel optimization settings, it would be good to record
the size of the output files, since I think it would be nice to
include these files in the gem in order to avoid ragel dependency for
those not modifying the gem.