This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Q: template instantiation
- To: egcs at cygnus dot com, niksa at uta dot fi
- Subject: Re: Q: template instantiation
- From: mrs at wrs dot com (Mike Stump)
- Date: Sat, 22 Aug 1998 13:32:46 -0700
> Date: Sat, 22 Aug 1998 16:01:24 +0300 (EET DST)
> From: Niku Kaitaniemi <niksa@uta.fi>
> To: EGCS list <egcs@cygnus.com>
> What is the optimal way of instantiating templates, measured by
> compile time and g++ memory usage?
Probably the way you are doing it now, with -O0, or maybe even with
-frepo.