This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/23358] New: _Destroy doesn't optimize for scalar types
- From: "tkho at tommykho dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Aug 2005 18:02:12 -0000
- Subject: [Bug libstdc++/23358] New: _Destroy doesn't optimize for scalar types
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Operations that use _Destroy in stl_construct.h that should be constant time end
up taking time linear with container size. I've checked this in 4.0.1 and 4.1.0.
--
Summary: _Destroy doesn't optimize for scalar types
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tkho at tommykho dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: i686-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23358