Implement regslot inlining, document soundness concerns.
authorEdward Z. Yang <ezyang@mit.edu>
Tue, 14 Jun 2011 17:21:50 +0000 (18:21 +0100)
committerEdward Z. Yang <ezyang@mit.edu>
Tue, 14 Jun 2011 17:21:50 +0000 (18:21 +0100)
commitffd3bd85a6febeec05c99d0da7dfdf34cad59caf
tree80e73a53b4b51b4f6b285c7a33288ba6ef02b732
parent7ed114cd6980f62e8473932dee2fc22dca1d2118
Implement regslot inlining, document soundness concerns.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
compiler/cmm/CmmExpr.hs
compiler/cmm/CmmRewriteAssignments.hs
compiler/cmm/CmmSpillReload.hs