On Thu, Apr 10, 2008 at 9:47 PM, chromatic <[EMAIL PROTECTED]> wrote:
> On Thursday 10 April 2008 18:35:00 Patrick R. Michaud wrote:
>
> > > [OO] Optimized isa() vtable entry for Class. Instead of delegating
> > > most of its work to isa_pmc(), this entry now performs its work
> > > directly.
On Thursday 10 April 2008 18:35:00 Patrick R. Michaud wrote:
> > [OO] Optimized isa() vtable entry for Class. Instead of delegating
> > most of its work to isa_pmc(), this entry now performs its work
> > directly. This is slightly faster and avoids creating a temporary PMC.
> >
> > The Perl 6 bu
On Thu, Apr 10, 2008 at 05:53:10PM -0700, [EMAIL PROTECTED] wrote:
> Author: chromatic
> Date: Thu Apr 10 17:53:10 2008
> New Revision: 26920
>
> [OO] Optimized isa() vtable entry for Class. Instead of delegating
> most of its work to isa_pmc(), this entry now performs its work
> directly. This