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: Giovanni Bajo <giovannibajo at libero dot it>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 07 Oct 2004 13:53:30 +0200
- Subject: Re: totally folding string operations
- References: <cjfs3j$7da$1@sea.gmane.org> <415BF2BC.7040102@suse.de> <138001c4ac61$57718880$dc4e2a97@bagio>
Giovanni Bajo wrote:
That is great to hear. Is it the same, for, eg., small vectors of PODs?
Definitely. The largest bin, by default, is 128 bytes, but we can
consider enlarging
it, perhaps: I have seen larger values around... What do you think?
The STL started actually exploiting pool allocation with Matt's patch in
July:
http://gcc.gnu.org/ml/gcc-patches/2004-07/msg02438.html
Paolo.