Help: Unwinding the C++ stack...throw, longjmp & threads

George T. Talbot george@moberg.com
Tue Aug 24 14:54:00 GMT 1999


Ulrich Drepper wrote:
> 
> "George T. Talbot" <george@moberg.com> writes:
> 
> > The size went from 1.2MB to 1.4MB.  Is that an acceptable size
> > increase?
> 
> Certainly not.  This increase is completely unused in most cases.

I just had a thought...all I care about is enabling -fexceptions for any
function which is a cancellation point in the C library, or any function
that
calls a cancellation point in the C library.  Maybe there's a way to
narrow
down which functions get -fexceptions applied to them.  I noticed that
each
function is in its own file, which is a really good idea and should make
that a bit easier.  (Does such a list exist already?)

--
George T. Talbot
<george@moberg.com>


More information about the Libc-alpha mailing list