[project @ 2003-01-07 13:25:07 by simonmar]
authorsimonmar <unknown>
Tue, 7 Jan 2003 13:25:07 +0000 (13:25 +0000)
committersimonmar <unknown>
Tue, 7 Jan 2003 13:25:07 +0000 (13:25 +0000)
commitf70d008ec48679cba1a38e9979c47fb991cb075b
tree70c4f762e96004871f11b57045d05c13f14ac489
parentdff9bb4f02554f39d73faea100a35c2d1dd07556
[project @ 2003-01-07 13:25:07 by simonmar]
Expand bitmaps to cover the full size of the stack frame.  Previously
the bitmap would stop at the last non-zero bit, which might shorten
the bitmap by one or more words.  The behaviour used to be correct,
but with the eval/apply changes bitmaps must now cover the entire
stack frame rather than everything up to the last non-pointer word.
ghc/compiler/codeGen/CgBindery.lhs