[libstdc++ PATH] tr1::bind support

Giovanni Bajo giovannibajo@libero.it
Wed Mar 23 01:30:00 GMT 2005


Doug Gregor <dgregor@cs.indiana.edu> wrote:

> I speculated that it was an issue with preprocessor metaprogramming,
> but I was wrong. Chris verified that preprocessing does not help, but
> precompiled headers do help, so the bottleneck seems to be in the C++
> parser. It's probably not the template metaprogramming per se that's
> causing the problem; I think the issue is just that there's a LOT of
> code to be parsed.


Any idea why boost::bind does not suffer from the same slowness?

Giovanni Bajo



More information about the Gcc-patches mailing list