Re: Remove redundant comparison in debug mode

2012-08-02 Thread Jonathan Wakely
On 1 August 2012 20:34, François Dumont wrote: Ok for trunk ? OK, thanks.

Remove redundant comparison in debug mode

2012-08-01 Thread François Dumont
Verifying number of comparisons invoked in different algos and different modes I remarked this small performance issue. 2012-08-01 François Dumont fdum...@gcc.gnu.org * include/debug/functions.h (__check_partition_lower_aux): Remove redundant comparison with pivot value.