On Mon, 22 Sep 2003, Gregor N. Purdy wrote:

> On a related note, I wonder how all this fits in with
> methods and multimethods?

One-arg vtable methods don't have to do multimethod stuff, since you're 
calling the vtable method on the argument, so it can do the right thing 
without checking.

Two arg vtable methods get less pleasant. I've some code that should go in 
soon to start the multimethod dispatching in as fast and space-efficient 
way as I know how. 

                                        Dan

Reply via email to