]> gcc.gnu.org Git - gcc.git/commit
ctype_members.cc (do_is(mask, wchar_t)): Speed-up for the common case of mask ==...
authorPaolo Carlini <pcarlini@suse.de>
Mon, 18 Jul 2005 17:42:32 +0000 (17:42 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 18 Jul 2005 17:42:32 +0000 (17:42 +0000)
commit39a72a9179d83d97365c3c6417786e685bd95b5b
treed3138d3871b9a0e258c85e2c7513f5adcdaafdd2
parenteba839f9719e66195f75207b377593c025c71b82
ctype_members.cc (do_is(mask, wchar_t)): Speed-up for the common case of mask == ctype_base::space...

2005-07-18  Paolo Carlini  <pcarlini@suse.de>

* config/locale/gnu/ctype_members.cc (do_is(mask, wchar_t)):
Speed-up for the common case of mask == ctype_base::space;
otherwise, exit the loop earlier if the mask is one of the
elementary ones.

From-SVN: r102137
libstdc++-v3/ChangeLog
libstdc++-v3/config/locale/gnu/ctype_members.cc
This page took 0.057994 seconds and 5 git commands to generate.