Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!know!zaphod.mps.ohio-state.edu!rpi!uupsi!sunic!dkuug!iesd!iesd.auc.dk!amanda From: amanda@iesd.auc.dk (Per Abrahamsen) Newsgroups: comp.lang.c++ Subject: Re: Efficient compilation of virtual functions Message-ID: Date: 23 Aug 90 18:42:33 GMT References: <1990Aug22.193347.18486@ux1.cso.uiuc.edu> <6428@wolfen.cc.uow.oz> Sender: news@iesd.auc.dk (UseNet News) Organization: Games Research, University of Aalborg, Denmark Lines: 8 In-reply-to: pejn@wolfen.cc.uow.oz's message of 22 Aug 90 23:40:48 GMT >>>>> On 22 Aug 90 23:40:48 GMT, pejn@wolfen.cc.uow.oz (Paul Nulsen) said: Paul> The problem then is that the compiler needs to know that subclass has Paul> nothing derived from it. This is not possible with separate compilation. It would be nice to be able to declare a class or even a member function as "leaf". Even if we disregard the possible optimizations, it would add to the programmers ability to document the classes.