ra: Convert another bool array to bitsets.
authorEric Anholt <eric@anholt.net>
Mon, 17 Mar 2014 21:53:08 +0000 (14:53 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 18 Mar 2014 17:20:28 +0000 (10:20 -0700)
commit41097db91bb18cfb03faf00d9bc7a5495d1bf66e
treea0d1c062fc3ee3362e8c2c7167a5beeba1071717
parentda1cce2d68b847bdc7783376a6f8d08d123e7c71
ra: Convert another bool array to bitsets.

This one saves about 2MB peak allocation in glsl-fs-algebraic-add-add-1,
with no performance difference on timing short shader-db runs (n=9/10,
warmup outlier removed).

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/program/register_allocate.c