This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: problem with virtual functions
- To: aoliva at redhat dot com, vok at cfar dot umd dot edu
- Subject: Re: problem with virtual functions
- From: Mike Stump <mrs at windriver dot com>
- Date: Thu, 17 May 2001 15:27:45 -0700 (PDT)
- Cc: gcc at gcc dot gnu dot org
> To: vok@cfar.umd.edu
> Cc: "gcc@gcc.gnu.org" <gcc@gcc.gnu.org>
> From: Alexandre Oliva <aoliva@redhat.com>
> Date: 17 May 2001 19:13:08 -0300
> On May 17, 2001, vok@cfar.umd.edu wrote:
> > #ifdef __GNUG__
> > #pragma interface
> > #endif
Seriously consider not doing this anymore. If you're using ELF, it is
probably ok to remove this code. If you have an out of line virtual
member function (and you do), most of the benefit of this code will
already be in the compiled code.