Instrument linear register allocator.
authorBen.Lippmeier@anu.edu.au <unknown>
Tue, 21 Aug 2007 12:08:55 +0000 (12:08 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Tue, 21 Aug 2007 12:08:55 +0000 (12:08 +0000)
commit55fe426859d8e9922e46821e52cff150d5628253
tree79a77bd7404643e4ed9cc03eb1f8ff091ab896ea
parentdc6cd68f919657139df43136b1bd57520b2a01b2
Instrument linear register allocator.

Linear register allocator now keeps track of why it spilled certain
registers. It had to be refactored somewhat to thread the information
through, but the algorithm is unchanged.
compiler/nativeGen/AsmCodeGen.lhs
compiler/nativeGen/RegAllocLinear.hs