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

threads & exception handling


Hi,
I have many troubles because current exception handling implementation
in
egcs is not thread-safe. Do you plan to solve the problem? It seems to
me that
it is not hard to do this for sjlj exception handling mechanism, but
this may
cause a creation of separate version of libgcc for multithreaded
applications. I can do some hack myself but I don't want to invent the
wheel
if the work already in progress.

Regards,
Andrey.


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