Re: [PATCH] Bug: :flat and :slurpy don't mix

2005-12-07 Thread Bob Rogers
From: Leopold Toetsch <[EMAIL PROTECTED]> Date: Wed, 7 Dec 2005 12:44:32 +0100 On Dec 7, 2005, at 5:39, Bob Rogers wrote: > Turns out this is because of "premature optimization" Argh - sorry. That shouldn't have been on of course. I did some benchmarking and must have forgotte

Re: [PATCH] Bug: :flat and :slurpy don't mix

2005-12-07 Thread Leopold Toetsch
On Dec 7, 2005, at 5:39, Bob Rogers wrote: Turns out this is because of "premature optimization" Argh - sorry. That shouldn't have been on of course. I did some benchmarking and must have forgotten to disable it. It is ment to access the signature array faster. The type of the signature arr

[PATCH] Bug: :flat and :slurpy don't mix

2005-12-06 Thread Bob Rogers
From: Bob Rogers <[EMAIL PROTECTED]> Date: Sat, 3 Dec 2005 23:11:32 -0500 If you try to call a sub with a :slurpy parameter and give it a :flat argument, parrot r10337 just hangs, chewing up CPU time . . . Turns out this is because of "premature optimization" -- and all flattening

Bug: :flat and :slurpy don't mix

2005-12-03 Thread Bob Rogers
If you try to call a sub with a :slurpy parameter and give it a :flat argument, parrot r10337 just hangs, chewing up CPU time. I know this worked as of r10161, if it helps. Suprisingly, there isn't already a test case for this. TIA, -- Bob Rogers