Re: [PATCH] Re: Getting the grammar engine in (or a small task for the interested)

2004-11-20 Thread Lars Balker Rasmussen
Andy Dougherty [EMAIL PROTECTED] writes: --- parrot-orig/compilers/p6ge/p6ge_gen.c Fri Nov 19 08:53:40 2004 +++ parrot-andy/compilers/p6ge/p6ge_gen.c Fri Nov 19 14:43:43 2004 /* strcon(...) converts string values into PIR string constants */ static char* -strcon(const char* s, int

Re: Exceptions, sub cleanup, and scope exit

2004-11-20 Thread Leopold Toetsch
Dan Sugalski [EMAIL PROTECTED] wrote: Exceptions are not, by default, resumable. Are there non-default resumable exceptions? leo

Re: [PATCH] Re: Getting the grammar engine in (or a small task for the interested)

2004-11-20 Thread Andy Dougherty
On Fri, 19 Nov 2004, Patrick R. Michaud wrote: On Fri, Nov 19, 2004 at 04:30:06PM -0500, Andy Dougherty wrote: Ok, here's a first pass. Most of it is pretty straightforward One spot I may have goofed: I changed some initializations from to NULL, which is, of course, rather a different

PIC for more MOPS but not only

2004-11-20 Thread Leopold Toetsch
Ken Fox (perl6 Kakapo) has mailed me a link [1] and some hints about PIC - Polymorphic Inline Cache. This is quite an interesting idea about dynamic recompiling and caching of method lookups. And it smells like more MOPS and generally just a faster Parrot VM. So I've hacked together an initial