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 pinskia at gcc dot gnu dot org  2004-02-09 19:08 -------
Just a note here for  Segher, the structs should be copied before the loop and copied 
back after the loop so aliasing problems and such should not matter at all and gcc should 
optimize this code which it does for the scaler version but not on the tree level which will 
help the vector version.

-- 


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]