This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/29433] using boost::MPL requires lots of memory



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]