From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21153 invoked by alias); 30 Jul 2005 15:19:54 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 21133 invoked by uid 22791); 30 Jul 2005 15:19:48 -0000 Received: from wbm1.pair.net (HELO wbm1.pair.net) (209.68.3.41) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Sat, 30 Jul 2005 15:19:48 +0000 Received: (qmail 16870 invoked by uid 65534); 30 Jul 2005 15:19:47 -0000 Received: from 64.85.15.162 ([64.85.15.162]) (SquirrelMail authenticated user dank@kegel.com) by webmail1.pair.com with HTTP; Sat, 30 Jul 2005 11:19:47 -0400 (EDT) Message-ID: <63935.64.85.15.162.1122736787.squirrel@webmail1.pair.com> Date: Sat, 30 Jul 2005 15:19:00 -0000 Subject: re: Large, modular C++ application performance ... From: dank@kegel.com To: gcc@gcc.gnu.org Cc: michael.meeks@novell.com User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2005-07/txt/msg01252.txt.bz2 MM wrote in http://go-oo.org/~michael/OOoStartup.pdf: "... not one slot was overridden by an implementation method external to the implementing library." Hmm. For some reason that reminds me of the 'final' keyword which is periodically proposed (e.g. http://gcc.gnu.org/ml/gcc/2004-02/msg01483.html). Is this a situation where 'final' would have a benefit?