This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc compile-time performance
- From: dewar at gnat dot com (Robert Dewar)
- To: dewar at gnat dot com, jh at suse dot cz
- Cc: aoliva at redhat dot com, chip dot cuntz at earthling dot net, davem at redhat dot com,gcc at gcc dot gnu dot org, neil at daikokuya dot demon dot co dot uk
- Date: Sun, 19 May 2002 08:33:09 -0400 (EDT)
- Subject: Re: gcc compile-time performance
> I am not at all ADA expert, but does it have similar abuse of including files,
> like C-like languages do
> (ie throw in 500Kb file to get 20Kb of code compiled)
Yes, it is common to "with" (similar to include in effect) giant piles of
specs to extract small portions, and if the "abuse" is heavy enough you
can see an effect :-)