[libstdc++ PATH] tr1::bind support

Giovanni Bajo giovannibajo@libero.it
Mon Mar 21 00:04:00 GMT 2005


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



More information about the Gcc-patches mailing list