Jeff Clites <[EMAIL PROTECTED]> wrote: > On Apr 16, 2004, at 9:29 AM, Leopold Toetsch wrote:
>> $ ./bench -b=^oo[234f] > Looks cool! Yep. > BTW, I'm failing a bunch of tests now (Mac OS X); not sure if it's > related: Strange. valgrind doesn't indicate any problem with these tests. > I'll poke a bit and see if I can figure out what's going on. Yes please. >> - constant strings e.g. "BUILD" get a precomputed hash value from >> c2str.pl > This isn't checked in yet, right? (Didn't see c2str.pl anywhere.) It was attached to yesterdays message "Constant strings - again". But I'll resend it with my recent changes WRT hashvalue precalculation. >> - use of _S("BUILD") and _S("CONSTRUCT") in objects.c > Mac OS X doesn't like the _S()--it seems it may already be defined to > something. How about something clearer (and less likely to conflict) > instead, like STRING_LITERAL()? We can undef it before using. STRING_LITERAL is more typing and doesn't assure uniqueness - so rather not. Maybe PSC() - Parrot String Constant. > JEff leo