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,
Dan Sugalski <[EMAIL PROTECTED]> wrote:
> Exceptions are not, by default, resumable.
Are there non-default resumable exceptions?
leo
My leafnode 2.0 newsserver did never show the existence of
perl.perl6.compiler. So I hacked the involved config files and just
added appropriate looking lines. Reply went out via mail. It works.
leo
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 differ
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 initia