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 optimization/14042] C++ abstraction penalty is high in simple cases


------- Additional Comments From segher at kernel dot crashing dot org  2004-02-09 10:52 -------
Erm, yeah.  Need more coffee.  Or learn C++.  I'll take the coffee ;-)

Maybe the compiler decided it doesn't need the temporaries s1, s2
and uses insP1,2 directly?  I can't really tell from the code, without
seeing the loop setup etc.

-- 


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


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