Re: JIT & branches under the Sun

2004-02-15 Thread Stephane Peiry
On Sat, Feb 14, 2004 at 06:19:42PM +0100, Leopold Toetsch wrote: > If that runs and it works you get a stabs file (for parrot -d -j). This is > compiled via an hardcoded line with "as". s. jit_debug.c mh ok, I do get the stabs file, and apparently the reason no objfile gets created is that "as" c

Re: Rules for method resolution?

2004-02-15 Thread Michal Wallace
On Sun, 15 Feb 2004, Luke Palmer wrote: > As with Perl 6. A sub object has a C trait which specifies what > to do when it's called. Cool. > But I think findmethod is a good idea, cross-language-wise. Each > language has a different idea of what a method is, and they can > store it that way. A