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/27077] [x86, 4.1] builtin strlen poor performance



------- Comment #3 from christophe dot jaillet at wanadoo dot fr  2006-06-01 21:37 -------
On my AMD Athlon and current HEAD and, I have other results, i.e. 2 or 3 times
FASTER :

(using your 19 bytes long 'aaa..' string)

string                from
length    builtin     library
          (-O2)       (-fno-builtin -O2)
----------------------------------------
19        0.484        1.172


-- 


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


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