Re: [Geekos-devel] first release of experimental version
Status: Pre-Alpha
Brought to you by:
daveho
From: Parc <ne...@ri...> - 2002-03-11 16:39:23
|
On Mon, Mar 11, 2002 at 11:15:14AM -0500, David Hovemeyer wrote: [snip] > is a clear benefit. I want to avoid over-use of C++ features, > especially constructors and destructors (which can cause major > performance overheads if used carelessly). > What? Constructors and destructors don't cause performance overhead. You can't avoid calling ctors/dtors. Perhaps what you intended to say was virtual functions? Those would cause some significant overhead. -parc > -Dave > > _______________________________________________ > Geekos-devel mailing list > Gee...@li... > https://lists.sourceforge.net/lists/listinfo/geekos-devel > |