On 2001年5月11日, Tony Kimball wrote: > How about emitting a .o per method, as well as one for the class? What's the benefit vs. one section per method, as Tom suggested? In any case, you need to prevent the vtable from linking all the instance methods in. The c++ frontend has a mechanism called vtable-gc, if that still works. Jeff