On Tuesday 21 April 2009 16:33:23 bsdz wrote: > This seems to suggest to me that methods are inherited from a base PMC > but vtables aren't. Perhaps different find_method subs are being > called for vtables and methods if find_method is used to find vtables.
Vtable entries aren't methods. This may be a source of some of your confusion. What are you trying to accomplish? There may be a better way to do so. -- c _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
