Minor cleanup patch to interpreter.*

2001-09-15 Thread Michael Fischer
)); -BUILD_TABLE(foo); +BUILD_TABLE(parrot_opcode_table); -interpreter-opcode_funcs = (void*)foo; +interpreter-opcode_funcs = parrot_opcode_table; } /* In case the I/O system needs something */ == Michael -- Michael Fischer

PATCH process_opfunc.pl -- no more extra 'return's

2001-09-16 Thread Michael Fischer
' ) { print OUTPUT $footer, \n; next; } === Michael -- Michael Fischer 7.5 million years to run [EMAIL PROTECTED]printf %d, 0x2a

Re: PATCH process_opfunc.pl -- no more extra 'return's

2001-10-01 Thread Michael Fischer
also at least 2 weeks old, and obsoleted/made incompatible by lots of other stuff during that time, including opcode switch() stuff I'd sent to other commiters (presumably unused). Sigh. I'll stay on the sidelines. Michael Fischer -- Developer, Beware of bugs in the above code

Re: Revamping the build system

2001-10-23 Thread Michael Fischer
comfortable about coming out of the closet to help with the build system. :-) Michael, Who actually wishes his auto* skills were better. -- Michael Fischer 7.5 million years to run [EMAIL PROTECTED]printf %d, 0x2a

Re: Anybody write a threaded dispatcher yet?

2001-10-30 Thread Michael Fischer
On Oct 30, Dan Sugalski [EMAIL PROTECTED] took up a keyboard and banged out At 10:19 AM 10/30/2001 -0500, Michael Fischer wrote: On Oct 29, Dan Sugalski [EMAIL PROTECTED] took up a keyboard and banged out At 03:33 PM 10/29/2001 -0500, Ken Fox wrote: Anybody do a gcc-specific goto *pc

Yet another switch/goto implementation

2001-11-03 Thread Michael Fischer
important. 5) Not the cleanest implementation perhaps, but largely limited to ops2c.pl, and things should be fairly easy to track down. 6) A few warnings about type mismatch when building with 'goto' Yet make, make test and mops.pbc run fine. Hmm. Share and enjoy. Michael -- Michael

Re: Yet another switch/goto implementation

2001-11-04 Thread Michael Fischer
/ gcc, there's a problem. $c{cc} is just whatever you compiled perl5 with, I believe. On Sat, 3 Nov 2001, Michael Fischer wrote: 2) replaces interp_guts.h with do_op.h No, it doesn't, it's still using DO_OP from interp_guts.h D'oh! good catch. I only hit interpreter.c, which of course

Revised yet another goto/switch...etc.

2001-11-04 Thread Michael Fischer
of black magic. Suggestion: those who are handier at getting that goto thing to work right might want to merge their ideas against my patch (which has the advantage of being almost totally localized to ops2c.pl and being selectable at Configure time) Ooof. Michael -- Michael Fischer

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 --- parrot

Re: Yet another switch/goto implementation

2001-11-04 Thread Michael Fischer
On Nov 04, Brent Dax [EMAIL PROTECTED] took up a keyboard and banged out Michael Fischer: # In the goto case, we spin. And perhaps I am broken there. End # really wants to return, not just set the pc, but I hadn't thought # of a clever way to do that corner case, and wanted to see what

Re: Anybody write a threaded dispatcher yet?

2001-10-30 Thread Michael Fischer
. Particularly the MT, runtime linking of other files, etc., etc.. Also, my understanding was that the goto *pc _was_ indeed very gcc specific, and therefore a no-no for parrot. Thoughts? Michael -- Michael Fischer 7.5 million years to run [EMAIL PROTECTED

Re: [PATCH] Computed goto detected at Configure.pl

2001-11-15 Thread Michael Fischer
, 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

Re: .ops metadata [was: Re: JIT me some speed!]

2001-12-26 Thread Michael Fischer
OR on 'i' and 'ic'. Michael -- Michael Fischer 7.5 million years to run [EMAIL PROTECTED]printf %d, 0x2a; -- deep thought

Re: PMC pdd's in

2002-05-20 Thread Michael Fischer
Um Michael -- Michael Fischer Happiness is a config option. [EMAIL PROTECTED]Recompile and be happy.