codecvt_members.cc (do_out): If we can upper bound the total number of...
codecvt_members.cc (do_out): If we can upper bound the total number of external chars to something smaller... 2003-11-19 Paolo Carlini <pcarlini@suse.de> * config/locale/gnu/codecvt_members.cc (do_out): If we can upper bound the total number of external chars to something smaller than __to_end - __to, avoid the temporary buffer, the memcopy and simplify the loop. * config/locale/generic/codecvt_members.cc (do_out): Likewise. From-SVN: r73733
Showing
- libstdc++-v3/ChangeLog 9 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/config/locale/generic/codecvt_members.cc 38 additions, 19 deletionslibstdc++-v3/config/locale/generic/codecvt_members.cc
- libstdc++-v3/config/locale/gnu/codecvt_members.cc 39 additions, 20 deletionslibstdc++-v3/config/locale/gnu/codecvt_members.cc
Loading
Please register or sign in to comment