This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Reduce libstdc++-v3 locale::locale() lock contention
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Jimmy Guo <jguo at yahoo-inc dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 17 Dec 2009 19:29:56 +0100
- Subject: Re: Reduce libstdc++-v3 locale::locale() lock contention
- References: <C74FB7DD.37046%jguo@yahoo-inc.com>
On 12/17/2009 07:26 PM, Jimmy Guo wrote:
> Yes you are right. Cannot do this without ABI breakage. The old object
> handling destruction will cause problem.
>
Yeah, I also think so, unfortunately :( Would improve the performance a
lot, eh? Any idea how much?
Paolo.