This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [libstdc++ PATH] tr1::bind support
- From: "Giovanni Bajo" <giovannibajo at libero dot it>
- To: "Douglas Gregor" <doug dot gregor at gmail dot com>
- Cc: <gcc-patches at gcc dot gnu dot org>,<libstdc++ at gcc dot gnu dot org>
- Date: Mon, 21 Mar 2005 01:01:01 +0100
- Subject: Re: [libstdc++ PATH] tr1::bind support
- References: <200503201556.53335.doug.gregor@gmail.com>
Douglas Gregor <doug.gregor@gmail.com> wrote:
> The attached patch introduces support for tr1::bind for libstdc++-v3
Nice, thanks!
One question: did you verify that GCC is able to produce nicely optimized code
for bind and function? If not, we should really file some enhancement PRs in
Bugzilla and have the tree-ssa experts have a look at those. IIRC, bind should
be zero overhead, and function should be just one indirect call.
Giovanni Bajo