Re: [PATCH] Limit SLSR increment vector size to avoid quadratic behavior

2013-05-07 Thread Jeff Law
On 05/07/2013 07:22 AM, Bill Schmidt wrote: This handles the unlikely case where there are many different increments associated with a group of related SLSR candidates, which could result in poor performance when doing linear searches of the increment vector. The size of the increment vector is l

Re: [PATCH] Limit SLSR increment vector size to avoid quadratic behavior

2013-05-07 Thread Richard Biener
On Tue, 7 May 2013, Bill Schmidt wrote: > This handles the unlikely case where there are many different increments > associated with a group of related SLSR candidates, which could result > in poor performance when doing linear searches of the increment vector. > The size of the increment vector i