aboutsummaryrefslogtreecommitdiffstats
path: root/common.py
diff options
context:
space:
mode:
authorFrancisco Jerez <[email protected]>2012-03-27 17:30:31 +0200
committerChristoph Bumiller <[email protected]>2012-04-14 21:54:02 +0200
commit56d40aa51b34b77791cc3a49d7e86473a7459b72 (patch)
tree223c0441821522694d921cbb2d2d1f70c3f3d954 /common.py
parentd41f293bf014e08df3df4324cdc02de5ce49d5ed (diff)
nv50/ir: Decouple DataArray from the dictionary that maps locations to values.
The point is to keep an independent dictionary for each function. The array that was being used as dictionary has been converted into a "bimap" for two different reasons: first, because having an almost empty instance of an array with as many entries as registers there are in the program, once for every function, would be wasteful, and second, because we want to be able to map Value pointers back to locations at some point.
Diffstat (limited to 'common.py')
0 files changed, 0 insertions, 0 deletions