This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: #pragma interface && generating virtual tables (of templates?)
- To: carlo at runaway dot xs4all dot nl, martin at mira dot isdn dot cs dot tu-berlin dot de
- Subject: Re: #pragma interface && generating virtual tables (of templates?)
- From: mrs at wrs dot com (Mike Stump)
- Date: Mon, 22 Feb 1999 13:30:34 -0800
- Cc: egcs at cygnus dot com
> From: Carlo Wood <carlo@runaway.xs4all.nl>
> Date: Sun, 21 Feb 1999 02:46:18 +0100 (CET)
> I deleted all occurances of #pragma interface from my 41 headers,
> and the result is:
> Compile time Size of resulting
> on my PPro200 shared library
> ---------------------------------------
> With #pragma 86 s 1649639 bytes
> Without #pragma 86 s 1663340 bytes
Thanks for the information. It'd be nice to track down these random
few bytes that were not squeezed out, and squeeze a little more, I
think we should be able to reduce the number to be the same or better,
but we really want a small testcase, or a good explanation to fix it.