-
- Downloads
re PR libstdc++/11602 (codecvt<wchar_t, char, mbstate_t> is slow.)
2003-11-20 Paolo Carlini <pcarlini@suse.de> PR libstdc++/11602 * config/locale/gnu/codecvt_members.cc (codecvt::do_out): Rewrite, using both wcsnrtombs and wcrtomb in a loop: the former is very fast, but stops if encounters a NUL. * testsuite/performance/wchar_t_out.cc: New, from the PR. From-SVN: r73769
Showing
- libstdc++-v3/ChangeLog 8 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/config/locale/gnu/codecvt_members.cc 50 additions, 45 deletionslibstdc++-v3/config/locale/gnu/codecvt_members.cc
- libstdc++-v3/testsuite/performance/wchar_t_out.cc 84 additions, 0 deletionslibstdc++-v3/testsuite/performance/wchar_t_out.cc
Loading
Please register or sign in to comment