This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: More function decorations II (pool_allocator, mt_allocator, debug, stl_list)
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Jan Hubicka <hubicka at ucw dot cz>
- Cc: libstdc++ at gcc dot gnu dot org, mjambor at suse dot cz, rguenther at suse dot de
- Date: Fri, 17 Apr 2009 16:53:52 +0200
- Subject: Re: More function decorations II (pool_allocator, mt_allocator, debug, stl_list)
- References: <20090417142039.GC17694@kam.mff.cuni.cz>
Hi,
> Hi,
> this patch adds decorations to couple more files. I guess nothing
> earthshaking here.
>
I see, patch is ok, thanks.
> I wonder, should not be the allocators somehow marked via malloc
> attribute? That one provide very important hint for alias analysis and
> also Martin's IPA stuff.
>
I'd like to ear Richard first about this issue, because some problems we
had in the past with dynamic memory allocation vs alias analysis were
*really* nasty...
Paolo.