On Thu, Nov 15, Simon Cozens wrote:
> I haven't forgotten about this patch, but I've had other things going
> on. I'd like to see the computed goto done as a complete state machine,
> with
> 
>     goto *pc_l[(int)dest];
> 
> after *every single op definition* so it just jumps between labels, without
> any looping at all. (Apologies if that's what your patch already does, I
> still haven't had time to get a very good look at it.)

Another interesting question would be a way to hack the compiler-agnostic
version of same. I can't believe there's no way to do this.

I played around with numeric labels, enums for them, etc. All without
success. If any of the older, more experienced crowd wants to hit me
with the bamboo cane, I wouldn't object...

Michael
-- 
Michael Fischer                         7.5 million years to run
[EMAIL PROTECTED]                        printf "%d", 0x2a;
                                                -- deep thought 

Reply via email to