At 02:20 PM 8/11/00 -0500, David L. Nicol wrote:
>Redefining a method during run time --- is that even a feature that
>needs to be supported?

Yes.

Also, the problem with vtables holding object methods objects is that 
vtable functions are at fixed, small offsets, while methods are named. This 
won't work well together, and you can't fake it at compile time. (Too 
little info available then) Cf the recent discussion with Chaim about this.

                                        Dan

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

Reply via email to