This is the mail archive of the gcc-patches@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: PATCH: tune ARM's rtx_costs function


> > For "time make CXXFLAGS_FOR_TARGET=-O1 all-target-libstdc++-v3" I get
> > the following times.
> > 
> > User time is slightly longer 251.75 vs 252.59 which is +0.33%.
> > Noise level?
> > 
> > Reference time with preserve_subexpressions_p ()..
> > real    6m9.795s
> > user    4m11.750s
> > sys     1m48.330s
> > 
> > Time without preserve_subexpressions_p ()..
> > real    6m2.698s
> > user    4m12.590s
> > sys     1m46.170s
> > 

For "time make CXXFLAGS_FOR_TARGET=-O0 all-target-libstdc++-v3":
User time is virtually identical (-0.03%).

Reference time with preserve_subexpressions_p ()..
real    11m31.243s
user    7m40.630s
sys     3m34.570s

Time without preserve_subexpressions_p ()..
real    11m41.039s
user    7m40.470s
sys     3m38.640s

-- 
James Lemke   jim@wasabisystems.com   Orillia, Ontario
http://www.wasabisystems.com


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