------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-20 19:10 ------- Hmm, doing a profiling, I noticed that equals does its own loop instead of using memcmp which is most likely more efficient as memcmp is optimized for each target by the OS.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23495