Re: Ping: [PATCH] PR 48175, Make CASE_VALUES_THRESHOLD settable via --param

2011-05-06 Thread Michael Meissner
On Fri, May 06, 2011 at 06:30:07PM +0200, Jakub Jelinek wrote: > On Fri, May 06, 2011 at 12:21:24PM -0400, Michael Meissner wrote: > > On Thu, Apr 21, 2011 at 03:02:10PM -0400, Michael Meissner wrote: > > > In looking at some improvements to the powerpc, we wanted to change the > > > default > > >

Re: Ping: [PATCH] PR 48175, Make CASE_VALUES_THRESHOLD settable via --param

2011-05-06 Thread Jakub Jelinek
On Fri, May 06, 2011 at 12:21:24PM -0400, Michael Meissner wrote: > On Thu, Apr 21, 2011 at 03:02:10PM -0400, Michael Meissner wrote: > > In looking at some improvements to the powerpc, we wanted to change the > > default > > for when a table jump is generated vs. a series of if statements. Now,

Ping: [PATCH] PR 48175, Make CASE_VALUES_THRESHOLD settable via --param

2011-05-06 Thread Michael Meissner
On Thu, Apr 21, 2011 at 03:02:10PM -0400, Michael Meissner wrote: > In looking at some improvements to the powerpc, we wanted to change the > default > for when a table jump is generated vs. a series of if statements. Now, we > could just add a powerpc specific TARGET_CASE_VALUES_THRESHOLD, but I