This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/29433] using boost::MPL requires lots of memory
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Oct 2006 13:19:36 -0000
- Subject: [Bug c++/29433] using boost::MPL requires lots of memory
- References: <bug-29433-12712@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #16 from rguenth at gcc dot gnu dot org 2006-10-13 13:19 -------
The bootleneck is clearly using the diagnostic machinery for setting up
DECL_NAME of the type decls. I wonder if we cannot directly compute and store
mangled names in DECL_NAME which would save both time and memory...
Any ideas? Mark? Jason?
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mmitchel at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29433