Re: Revised yet another goto/switch...etc.

2001-11-04 Thread Daniel Grunblatt
You miss typed yet again :) : +prompt("Opcode dispatch by switch or function ('switch' or 'goto' or 'func')", +'do_op_t'); + +if ($c{do_opt_t} eq 'goto' and $c{cc} !~ /gcc/i ) { do_op_t +my $not_portable = " +'goto' opcode dispatch available only with gc

Re: Revised yet another goto/switch...etc.

2001-11-04 Thread Michael Fischer
And now, with the patch Michael -- Michael Fischer 7.5 million years to run [EMAIL PROTECTED]printf "%d", 0x2a; -- deep thought diff -ur parrot/Configure.pl dispatcher-11-04/Configure.pl --- parro

Revised yet another goto/switch...etc.

2001-11-04 Thread Michael Fischer
Ok, thanks to Daniel Grunblatt for pointing out the obvious mis-adjustment of #including... That bit is fixed, and low, a whopping less-than-%10 improvement in speed with the switch() version of DO_OP. Hmm. OTOH, my implementation of goto, based on Paolo's post back when, is clearly broken in so