diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2020-04-13 21:51:18 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-04-14 23:31:01 -0400 |
commit | c3c0f662df06500a11970fd391d0a88e081a5296 (patch) | |
tree | fa76ac653170d85c780c0c12ae223d43b4831b9c /includes | |
parent | caf3f444bcc29f75145834207da00d938c08c2d3 (diff) | |
download | haskell-c3c0f662df06500a11970fd391d0a88e081a5296.tar.gz |
rts: Underline some Notes as is conventional
Diffstat (limited to 'includes')
-rw-r--r-- | includes/rts/storage/ClosureMacros.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/rts/storage/ClosureMacros.h b/includes/rts/storage/ClosureMacros.h index 17a0d5375b..c825d32d2b 100644 --- a/includes/rts/storage/ClosureMacros.h +++ b/includes/rts/storage/ClosureMacros.h @@ -475,6 +475,7 @@ INLINE_HEADER StgWord8 *mutArrPtrsCard (StgMutArrPtrs *a, W_ n) overwritten. Note [zeroing slop when overwriting closures] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ When we overwrite a closure in the heap with a smaller one, in some scenarios we need to write zero words into "slop"; the memory that is left |