Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!saturn!saturn.ucsc.edu!daniel From: daniel@saturn.ucsc.edu (Daniel Edelson) Newsgroups: comp.lang.c++ Subject: inline virtual members Message-ID: <6952@saturn.ucsc.edu> Date: 21 Apr 89 18:55:34 GMT Sender: daniel@saturn.ucsc.edu Reply-To: daniel@saturn.ucsc.edu (Daniel Edelson) Organization: University of California, Santa Cruz; CIS/CE Lines: 8 Does the level of indirection used to implement virtual member functions prevent the compiler from inlining them (totally eliminating the function call overhead.) It seems intuitive that this would be the case but I haven't written a C++ compiler. daniel edelson daniel@saturn.ucsc.edu