This is the mail archive of the libc-alpha@sourceware.org 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]
Other format: [Raw text]

Re: [PATCH v5] Destructor support for C++11 thread_local variables


On Fri, Feb 15, 2013 at 01:40:26PM -0500, Carlos O'Donell wrote:
> 
> OK to checkin once you get the naming straight.
> 

I've checked this in after making the naming changes you suggested.  I
assume this should have a NEWS update as well; how about this:

  Add support for calling C++11 thread_local object destructors on
  thread and program exit.  This needs compiler support for offloading
  C++11 destructor calls to glibc.

Siddhesh


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