On Mon, Aug 10, 2015 at 11:24 AM, Matt Turner wrote:
> On Fri, Jul 31, 2015 at 10:05 AM, Jason Ekstrand wrote:
>> The following 5 patches contain a few register allocation cleanups and
>> performance improvements. Chris Wilson noticed that setting up register
>> sets on i965 calls reralloc an ab
On Fri, Jul 31, 2015 at 10:05 AM, Jason Ekstrand wrote:
> The following 5 patches contain a few register allocation cleanups and
> performance improvements. Chris Wilson noticed that setting up register
> sets on i965 calls reralloc an absurd number of times. I did a little
> hacking and found o
The following 5 patches contain a few register allocation cleanups and
performance improvements. Chris Wilson noticed that setting up register
sets on i965 calls reralloc an absurd number of times. I did a little
hacking and found out that the initial size for the collision lists is way
too low.