Matt Fowles <[EMAIL PROTECTED]> wrote:

> ...  If we add to it support.  MMD, however, is where things begin
> to differ.  Instead of havng the find_method with the extra mmd_nr, we
> could have a MMD_Resolution PMC which would then get the mro from each
> class, and figure out which method to call based on that.

That was C<vtable->dispatch> in the proposal. C<find_method> is just
called to query one object or class, if it can do the method. Finding
the final (MMD) function is done separately with a distinct vtable
method (and probably implemented inside some meta class PMC).

> Hope that makes sense,

Yes.

> Matt

leo

Reply via email to