Changes between Version 11 and Version 12 of Commentary/Rts/Storage/CAFs
- Timestamp:
- 10/08/09 15:06:07 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Rts/Storage/CAFs
v11 v12 27 27 28 28 == Evacuating Static Objects == 29 Files: [[GhcFile(rts/sm/G cThread.h)]], [[GhcFile(rts/sm/Evac.c)]], [[GhcFile(rts/sm/GC.c)]]29 Files: [[GhcFile(rts/sm/GCThread.h)]], [[GhcFile(rts/sm/Evac.c)]], [[GhcFile(rts/sm/GC.c)]] 30 30 31 31 While scavenging objects, we also process (aka "evacuate") any static objects that need to be kept alive. When a GC thread discovers a live static object, it places it on its {{{static_objects}}}
