This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: debug mode performance patch


On 7 November 2010 15:36, Paolo Carlini wrote:
> On 11/04/2010 09:27 PM, François Dumont wrote:
>> Moreover I forget to signal that in _Safe_sequence_base::_M_swap I had
>> to lock both sequences mutex. So I hope that the scope_lock are
>> reentrant cause for the moment both sequences might be associated to
>> the same mutex instance. I hope I haven't been simply lucky during tests.
> Before we go ahead with the patch could you please explain the above
> issue in better detail? Maybe Jon could also help here.

Hi, I hadn't been following closely until now, sorry. I'll review the
concurrency parts today.


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