summaryrefslogtreecommitdiff
path: root/rts/Apply.cmm
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2020-04-10 02:36:24 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-04-14 23:31:01 -0400
commit15fa9bd6dd2d0b8d1fcd7135c85ea0d60853340d (patch)
treea171110ed89c9df0cb0f6bc5884b9e9353c26d7c /rts/Apply.cmm
parent41230e2601703df0233860be3f7d53f3a01bdbe5 (diff)
downloadhaskell-15fa9bd6dd2d0b8d1fcd7135c85ea0d60853340d.tar.gz
rts: Expand and add more notes regarding slop
Diffstat (limited to 'rts/Apply.cmm')
-rw-r--r--rts/Apply.cmm2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Apply.cmm b/rts/Apply.cmm
index f23a507402..a706c68194 100644
--- a/rts/Apply.cmm
+++ b/rts/Apply.cmm
@@ -689,7 +689,7 @@ for:
// Because of eager blackholing the closure no longer has correct size so
// threadPaused() can't correctly zero the slop, so we do it here. See #15571
- // and Note [zeroing slop].
+ // and Note [zeroing slop when overwriting closures].
OVERWRITING_CLOSURE_SIZE(ap, BYTES_TO_WDS(SIZEOF_StgThunkHeader) + 2 + Words);
ENTER_R1();