Re: [CVS ci] slices 1 - 6

2004-06-18 Thread Michael Fischer
t;.." is needed, the lexer would parse > "1." as a float - workarounds welcome) if the cursor is just past an identifier and a "[", when in the world (or even Perl6) would the next token not be an index? So, unless floating point array indicies are allowed, you shouldn't need the space, right? Michael Fischer -- [EMAIL PROTECTED]

Minor "cleanup" patch to interpreter.*

2001-09-15 Thread Michael Fischer
system needs something */ == Michael -- Michael Fischer 7.5 million years to run [EMAIL PROTECTED]printf "%d", 0x2a; -- deep thought

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

2001-09-16 Thread Michael Fischer
&& $op_type eq 'AUTO' ) { print OUTPUT $footer, "\n"; next; } =========== Michael -- Michael Fischer 7.5 million years to run [EMAIL PRO

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

2001-10-01 Thread Michael Fischer
myself. :) Retracting. Its 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,

Re: Revamping the build system

2001-10-23 Thread Michael Fischer
therwise innocent people have skills with it. Frightening, I know, but perhaps we should just make them comfortable about coming out of the closet to help with the build system. :-) Michael, Who actually wishes his auto* skills were better. -- Michael Fischer

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: &g

Yet another switch/goto implementation

2001-11-03 Thread Michael Fischer
g terribly 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.

Re: Yet another switch/goto implementation

2001-11-04 Thread Michael Fischer
oint is, if you chose 'goto', $c{cc} /isn't/ 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, i

Revised yet another goto/switch...etc.

2001-11-04 Thread Michael Fischer
it 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 Fi

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/Co

Re: Yet another switch/goto implementation

2001-11-04 Thread Michael Fischer
On Nov 04, Daniel Grunblatt <[EMAIL PROTECTED]> took up a keyboard and banged out > > > On Sun, 4 Nov 2001, Michael Fischer wrote: > > > On Nov 04, Daniel Grunblatt <[EMAIL PROTECTED]> took up a keyboard and >banged out > > > I really suggest that y

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,

Re: Anybody write a threaded dispatcher yet?

2001-10-30 Thread Michael Fischer
gor in private mail, but both of us thought to wait until a number of other things settled down. 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 -- Michae

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

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

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

2001-12-26 Thread Michael Fischer
w C, not a mongrel language which may or may not even exist. Note that in the last version above, we are _not_ saying that the second argument is the result of evaluating a bitwise 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
language were we talking about? :-) $ perl -e 'printf "%d\n", ~0' -1 Um Michael -- Michael Fischer Happiness is a config option. [EMAIL PROTECTED]Recompile and be happy.