This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: totally folding string operations
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: Giovanni Bajo <giovannibajo at libero dot it>, libstdc++ at gcc dot gnu dot org
- Date: Thu, 07 Oct 2004 15:10:31 +0200
- Subject: Re: totally folding string operations
- References: <cjfs3j$7da$1@sea.gmane.org> <415BF2BC.7040102@suse.de> <138001c4ac61$57718880$dc4e2a97@bagio> <41652E3A.7000505@suse.de>
Paolo Carlini wrote:
The STL started actually exploiting pool allocation with Matt's patch
in July:
http://gcc.gnu.org/ml/gcc-patches/2004-07/msg02438.html
Sorry, this part of my reply is inexact: Matt's patch was about using
container
allocator, didn't change the bahavior for the *default*, std::allocator
(which,
by default, is pool-based, indeed!)
Paolo.