This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


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

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


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>

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