This is the mail archive of the gcc-patches@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]

Re: zero-alloc cache (was Re: [v3] Fix PR libstdc++/10276)


>04-18-2003  Jerry Quinn  <jlquinn at optonline dot net>
>	    Benjamin Kosnik <bkoz at redhat dot com>
>
>	* include/bits/basic_ios.h (ios_base::Init::_S_ios_create):
>        Declare friend.
>	(basic_ios::init, basic_ios::_M_cache_locale): Add locale
>        cache argument.
>	* include/bits/basic_ios.tcc (basic_ios::init): Pass cache to
>        _M_cache_locale.
>	(basic_ios::_M_cache_locale): Use placement new if cache is
>        provided.  Track the distinction in iword(0).
>	* include/bits/locale_facets.tcc
>        (__locale_cache::_S_callback): Only delete cache if iword(0)
>        is 0, i.e. not static.
>	* src/globals.cc: Allocate space for __locale_cache objects.
>	* src/ios.cc (__gnu_cxx): Declare extern __locale_cache objects
>	for standard wide and narrow stream objects.	
>	(ios_base::Init::_S_ios_create): Use them.

This looks good!

-benjamin


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