This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
multi-threaded exception handling mechanism
- From: Luke Dalessandro <luked at cs dot rochester dot edu>
- To: libstdc++ at gcc dot gnu dot org
- Date: Tue, 27 May 2008 11:35:52 -0400
- Subject: multi-threaded exception handling mechanism
I apologize if this isn't an appropriate place for this question.
I have encountered performance behavior that leads me to believe that a lock
exists somewhere in the multi-threaded exception mechanism implementation.
Can someone give me a pointer on where to look in the gcc source to confirm
this suspicion? I'm happy to deal with the issue on my own, but I don't know
where to start.
Thanks,
Luke