This is the mail archive of the gcc@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]

Mangled names



Going for low-hanging fruit, I'm going to try to eliminate a lot of
the excess name-mangling done by the C++ front-end.  Preliminary data
indicates that some 5% of the memory in a relatively small program is
going for mangled names.  There are 19392 mangled names generated by
the compiler -- of which some 500 or so are actually used in the
generated assembly.  Pretty wasteful.

FYI,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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