------- Additional Comments From gdr at integrable-solutions dot net  
2005-07-24 03:36 -------
Subject: Re:  memory consumption for heavy template instantiations tripled 
since 3.3

"pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes:


| cp/tree.c:827 (ovl_cons)                           11464712: 3.2%          0: 
0.0%     660240: 1.4%    1732136: 
| 5.2%     433034
| 
| Hmm OVERLOAD tree takes 3% of the Garbage which seems like too big,
| though I don't know how big  
| long the OVERLOAD trees are, I might add something to count that.

It is not uncommon to have large overload sets in C++ -- that is what
people do when they discover that they can overload in the literal
sense ;-)

-- Gaby


-- 


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

Reply via email to