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?)



> 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.