public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/22635] New: OVERLOAD should not be a linked list of trees
@ 2005-07-23 20:32 pinskia at gcc dot gnu dot org
  2005-07-23 22:14 ` [Bug c++/22635] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-23 20:32 UTC (permalink / raw)
  To: gcc-bugs

I noticed this when looking at compile time / memory usage of PR 8361 and I noticed that OVERLOAD is 
currently a link list and we only use about 2 of the fields in the tree which seems like a waste for a full 
tree.  I started to change it to be a VEC but ran into problems as it looks like we can be in the middle of 
the linked list but I did not check for sure.

-- 
           Summary: OVERLOAD should not be a linked list of trees
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: memory-hog, compile-time-hog
          Severity: enhancement
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 12+ messages in thread
[parent not found: <bug-22635-6528@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2009-02-22 14:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-23 20:32 [Bug c++/22635] New: OVERLOAD should not be a linked list of trees pinskia at gcc dot gnu dot org
2005-07-23 22:14 ` [Bug c++/22635] " pinskia at gcc dot gnu dot org
2005-07-23 22:33 ` pinskia at gcc dot gnu dot org
2005-07-23 22:42 ` pinskia at gcc dot gnu dot org
2005-07-23 22:45 ` pinskia at gcc dot gnu dot org
2005-07-24  3:36 ` gdr at integrable-solutions dot net
2005-07-24  6:28 ` bangerth at dealii dot org
2005-07-24  6:50 ` pinskia at gcc dot gnu dot org
2005-07-24 13:16 ` giovannibajo at libero dot it
2005-07-24 13:25 ` pinskia at gcc dot gnu dot org
2005-08-06  6:47 ` pinskia at gcc dot gnu dot org
     [not found] <bug-22635-6528@http.gcc.gnu.org/bugzilla/>
2009-02-22 14:01 ` steven at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).