This is the mail archive of the gcc-bugs@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]

[Bug regression/16703] [3.5 Regression] g++ v3.5.0 produces slower code than v3.4.1 for loops.


------- Additional Comments From falk at debian dot org  2004-07-25 12:35 -------
Well, those benchmarks are highly artificial, and therefore of doubtful
value. They certainly also don't all measure the same thing. Moreover, if
you're interested in loop performance, you should really try the lno branch,
since that is the only place where loop work is going on. It already brings
some progress, for example "nestedloop" is about 746 times faster :-)

I suggest you retry with lno-branch, and then single out benchmarks which
shows really noticeable (say, >50%) regression.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16703


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