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: [patch] : Optimize search_n


chris jefferson wrote:

>This backports the recent optimization to search_n back to so_6. The
>only major difference is that it doesn't use find_if in the predicated
>case. It never did, and to enable this would involve copying a bunch of
>framework.
>
>Tested on powerpc-darwin
>
Ok, everything seems fine, modulo a couple of trivial reformattings;
regtested ok on x86-linux too. I'm going to apply the patch to mainline,
as far as I'm concerned the last change to the algorithms for 4.1,
modulo pure bug fixes.

Paolo.


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