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 libstdc++/13341] ctype<wchar_t>::do_narrow(wchar_t, char) is slow


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-07 17:21 -------
The speed has increased from 3.3 by a little bit:
[zhivago2:~/src/gccPRs] pinskia% g++ pr13341.cc -O3
[zhivago2:~/src/gccPRs] pinskia% time ./a.out 
12.480u 0.010s 0:12.95 96.4%    0+0k 1+1io 0pf+0w
[zhivago2:~/src/gccPRs] pinskia% ~/fsf-clean-nocheck/bin/g++ pr13341.cc -O3
[zhivago2:~/src/gccPRs] pinskia% time ./a.out
12.100u 0.010s 0:12.80 94.6%    0+0k 0+2io 0pf+0w

-- 


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


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