Another [PATCH]: allow deactivating computed goto

2002-04-23 Thread Steve Fink
On Tue, Apr 23, 2002 at 08:54:56PM -0700, Steve Fink wrote: > (And that 3 should really be 4; the computed goto should > just be > another option IMHO.) Maybe not so humble: here's a patch to disable the default computed goto core, so you can compare all four cores (assuming the previous patch is

Re: another patch to configure (so make test works)

2001-10-14 Thread James Mastros
On Sun, Oct 14, 2001 at 09:19:09PM -0400, Michael Fischer wrote: > 9:00 pm EST update would not pass make test for lack > of core.pm being in existance. Following patch hacks > it in in the manner of vtable.h. Sigh This is Yet Another Configure Patch. This substitutes a slightly less evil hack f

another patch to configure (so make test works)

2001-10-14 Thread Michael Fischer
9:00 pm EST update would not pass make test for lack of core.pm being in existance. Following patch hacks it in in the manner of vtable.h. Sigh --- parrot/Configure.pl Sun Oct 14 21:02:50 2001 +++ parrot-moby-10-14/Configure.pl Sun Oct 14 21:17:02 2001 @@ -190,6 +190,8 @@ # Temporary ha

Yet another patch: assemble.pl - better opcode guessing

2001-09-13 Thread Brian Wheeler
This does a better job at guessing the correct opcode: the constant is compared to a regex and determined which kind it is, instead of saying "its just some sort of constant". This fixes the guessing problems with my (print_ic print_sc print_nc) patch. Brian Index: assemble.pl =

Another Patch...

2001-09-10 Thread Brian Wheeler
This patch (which is pretty big) does: * Changes the opcode_table file to provide additional information about the operands. Case shouldn't be a problem since that data never becomes a C symbol [this is pretty much as before] * Padding errors solved: assemble.pl and bytecode.c were padding the