diff options
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 |