Re: Binary MMD vtable fucntions are in

2003-10-08 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: > On Wed, 8 Oct 2003, Leopold Toetsch wrote: >> I don't have that here (Athlon). They are equally fast. PerlInts have >> some overhead due to possible type morphing, though. > Hrm. This system's showing the PerlInt at about 25% slower for a tight > division

Re: Binary MMD vtable fucntions are in

2003-10-08 Thread Dan Sugalski
On Wed, 8 Oct 2003, Leopold Toetsch wrote: > Dan Sugalski <[EMAIL PROTECTED]> wrote: > > > ... (More bizarrely, it's actually *faster* to use Integer PMCs, which > > do MMD, than it is to use PerlInt PMCs, which don't do MMD. Go figure :) > > I don't have that here (Athlon). They are equally fast.

Re: Binary MMD vtable fucntions are in

2003-10-08 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: > ... (More bizarrely, it's actually *faster* to use Integer PMCs, which > do MMD, than it is to use PerlInt PMCs, which don't do MMD. Go figure :) I don't have that here (Athlon). They are equally fast. PerlInts have some overhead due to possible type morp