diff options
author | Simon Marlow <marlowsd@gmail.com> | 2010-04-01 09:35:19 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2010-04-01 09:35:19 +0000 |
commit | 70a2431f90fa932733ce015714ef7848640ed48f (patch) | |
tree | 7388d1e9736c4257e248b2a225d6e465948f03be /rts/Updates.h | |
parent | f4692220c7cbdadaa633f50eb2b30b59edb30183 (diff) | |
download | haskell-70a2431f90fa932733ce015714ef7848640ed48f.tar.gz |
Remove the IND_OLDGEN and IND_OLDGEN_PERM closure types
These are no longer used: once upon a time they used to have different
layout from IND and IND_PERM respectively, but that is no longer the
case since we changed the remembered set to be an array of addresses
instead of a linked list of closures.
Diffstat (limited to 'rts/Updates.h')
-rw-r--r-- | rts/Updates.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/Updates.h b/rts/Updates.h index de9276c909..4872adf35b 100644 --- a/rts/Updates.h +++ b/rts/Updates.h @@ -22,8 +22,8 @@ BEGIN_RTS_PRIVATE * which p1 resides. * * Note: - * After all, we do *NOT* need to call LDV_RECORD_CREATE() for both IND and - * IND_OLDGEN closures because they are inherently used. But, it corrupts + * After all, we do *NOT* need to call LDV_RECORD_CREATE() for IND + * closures because they are inherently used. But, it corrupts * the invariants that every closure keeps its creation time in the profiling * field. So, we call LDV_RECORD_CREATE(). */ |