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: mrs at wrs dot com
- Subject: Re: #pragma interface && generating virtual tables (of templates?)
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Tue, 23 Feb 1999 00:49:29 +0100
- CC: carlo at runaway dot xs4all dot nl, egcs at cygnus dot com
- References: <199902222130.NAA00669@kankakee.wrs.com>
> > 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
One source certainly is garbage exception regions. If we have linkonce
functions, they get slots in .gcc_except_table, and .eh_frame. Once
duplicate code is removed, the duplicate slots stay. I don't know
whether this would accound for the 14K; having a section-by-section
comparison would be helpful.
Regards,
Martin