This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C++ automatic template instantiation?
On Thursday, 20 April 2000, Martin v. Loewis wrote:
> > It is not. These are the sizes of our 5 binaries, w/ and w/o -frepo:
> >
> > w/o -frepo w/ -frepo
> >
> > binary #1: 1789312 846304
> > binary #2: 3281592 2006712
> > binary #3: 774176 512448
> > binary #4: 1067408 623248
> > binary #5: 1649944 1171096
> >
> > I think the size reduction is huge, and it is worth using -frepo to
> > get it, it is just that is soooo painful...
>
> Can you please let us know exactly on what system you where performing
> these measurements, and exactly what linker you've been using? It may
> be a bug in the compiler.
Yes, it is a RedHat 6.2 PC box, with gcc-2.95.2 (RedHat comes with
egcs-1.1.2, but I installed gcc-2.95.2 in a different directory).
Tudor