diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-10-31 14:42:30 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-10-31 14:42:30 +0000 |
commit | c357244371ca5eeaa0d56a6bd349e26a3b16b7dc (patch) | |
tree | 1e0938c8335f45b86d6d8e41cf029848bcd6c489 /compiler/codeGen/Bitmap.hs | |
parent | bf1197b67163d9f5b6509cf836e07ff83cc0a063 (diff) | |
download | haskell-c357244371ca5eeaa0d56a6bd349e26a3b16b7dc.tar.gz |
GC refactoring: change evac_gen to evac_step
By establishing an ordering on step pointers, we can simplify the test
(stp->gen_no < evac_gen)
to
(stp < evac_step)
which is common in evacuate().
Diffstat (limited to 'compiler/codeGen/Bitmap.hs')
0 files changed, 0 insertions, 0 deletions