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 target/23605] memset() Optimization on x86-32 bit


------- Additional Comments From ian at airs dot com  2005-08-28 23:36 -------
The generated code for your second test case doesn't look too bad to me.  The
bulk of the code is checking the alignment of the buffer in order to get an
efficient rep; stosl.  What would you recommend as faster code?

-- 


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


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