On Wed, 22 Oct 2003, Leopold Toetsch wrote:

> As ParrotObjects and plain PMCs seems to get more and more unified, the
> question arises, if all PMC vtables should be invocable via the standard
> method invocation for real objects:

Sort of, yes. We're going to define a name for each vtable entry (I'm in
the middle of this now :) for the method to call for that particular
vtable entry if the vtable function is invoked and its supposed to
delegate to parrot code.

I can see ways of making it all methods and dodging the vtable entirely,
but they seem to badly pessimize the default case, so... blech. :)

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk


Reply via email to