This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug c++/17422] Duplicate work, missed optimizations for registration of static destructors



------- Comment #4 from zackw at panix dot com  2007-06-06 00:41 -------
Subject: Re:  Duplicate work, missed optimizations for registration of static
destructors

It's better, but build_cleanup is still being called twice in the
non-__cxa_atexit case, and I can't tell whether there is any
extremely-short-lived garbage still in the __cxa_atexit case.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17422


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