diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-04-16 14:35:41 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-04-16 14:36:50 -0400 |
commit | 90283b5f54427f2f04dce7901f2722dc75e7d098 (patch) | |
tree | bc5c8a454e56999fcd111b9c0c1c42de0f031072 /rts/sm | |
parent | 0e37361392a910ccbbb2719168f4e8d8272b2ae2 (diff) | |
download | haskell-90283b5f54427f2f04dce7901f2722dc75e7d098.tar.gz |
rts: Comment wibbles
Diffstat (limited to 'rts/sm')
-rw-r--r-- | rts/sm/GC.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/sm/GC.c b/rts/sm/GC.c index 9e6bd55075..e52400e16e 100644 --- a/rts/sm/GC.c +++ b/rts/sm/GC.c @@ -95,6 +95,8 @@ * * We build up a static object list while collecting generations 0..N, * which is then appended to the static object list of generation N+1. + * + * See also: Note [STATIC_LINK fields] in Storage.h. */ /* N is the oldest generation being collected, where the generations |