This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [libstdc++ PATH] tr1::bind support


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]