This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17422] Duplicate work, missed optimizations for registration of static destructors
- From: "zackw at panix dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jun 2007 00:41:43 -0000
- Subject: [Bug c++/17422] Duplicate work, missed optimizations for registration of static destructors
- References: <bug-17422-37@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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