This is the mail archive of the
egcs@egcs.cygnus.com
mailing list for the EGCS project. See the EGCS
home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]
Re: #pragma interface && generating virtual tables (of templates?)
- To: mrs@wrs.com
- Subject: Re: #pragma interface && generating virtual tables (of templates?)
- From: "Martin v. Loewis" <martin@mira.isdn.cs.tu-berlin.de>
- Date: Tue, 23 Feb 1999 00:49:29 +0100
- CC: carlo@runaway.xs4all.nl, egcs@cygnus.com
- Delivered-To: listarch-egcs@egcs.cygnus.com
- Delivered-To: mailing list egcs@egcs.cygnus.com
- In-reply-to: <199902222130.NAA00669@kankakee.wrs.com> (mrs@wrs.com)
- Mailing-List: contact egcs-help@egcs.cygnus.com; run by ezmlm
- References: <199902222130.NAA00669@kankakee.wrs.com>
- Sender: owner-egcs@egcs.cygnus.com
- User-Agent: SEMI/1.8.6 (Fukuoka) FLIM/1.9.2 (Shin-Tanabe) Emacs/20.3 (with unibyte mode)
> > 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