This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ compile time (again)


On Tue, 2003-06-17 at 09:35, Karel Gardas wrote:

> Options used to compile all cc files are:
> 
> -I../include  -Wall -fpermissive   -DPIC -fPIC  -c
> 
> times (user only) for cd mico/orb; time make are:
> 
> gcc2.95.4: 6m4s
> gcc3.4:    9m24s
> gcc3.5:   11m17s
> 
> 
> Anything else what should I test for you?
> 
You haven't used optimization?  If not, then timings are not including
the SSA transformations.  Could you add that?  MICO was available from
the testing page, right?


Thanks.  Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]