This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [profile-stdlib][patch] Stdlib advisory tool implemetation
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Lixia Liu <liulixia at purdue dot edu>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org, "'Silvius Rus'" <rus at google dot com>
- Date: Thu, 28 Aug 2008 12:19:52 +0200
- Subject: Re: [profile-stdlib][patch] Stdlib advisory tool implemetation
- References: <004101c908bb$364cd000$a2e67000$@edu> <48B67324.7080000@oracle.com>
Paolo Carlini wrote:
4- Afterwards, there are smaller issues, like I'm seeing many
non-"uglified" symbols in headers included by the user-code, this is a
no-no, *everything* (besides the names of functions, classes and
constants specified in the Standard, of course) must begin by __ or _
+ Capital (macros included, really there are no exceptions).
In fairness, I see now that most of the issues are in the profile
versions of has_map, hash_set, etc (but I also see an
insert_return_type, which we don't want): in any case, please leave
stuff in ext/ alone, that's legacy code, only minimally maintained these
days, not worth wasting time.
Paolo.