diff options
author | Eric Anholt <[email protected]> | 2013-02-19 16:46:41 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2013-03-11 12:11:54 -0700 |
commit | 6aa3afbfd6b737350351e9ea22ba9de1accda52d (patch) | |
tree | b54c3c7d1238cc734bb9623117a0b46c2b0e1f54 /src/mesa/drivers/x11 | |
parent | 5daf867f6c8984e6e025d8a0b0a7dfa162068420 (diff) |
mesa: Reduce the memory usage for reg alloc with many graph nodes (part 1)
We were allocating an adjacency_list entry for every possible
interference that could get created, but that usually doesn't happen.
We can save a lot of memory by resizing the array on demand.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/x11')
0 files changed, 0 insertions, 0 deletions