Changes between Version 16 and Version 17 of GarbageCollectorNotes
- Timestamp:
- 05/19/06 03:57:57 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GarbageCollectorNotes
v16 v17 214 214 These definitions maybe found in rts\storage.h. 215 215 216 Here is a little digram of the data structure formed by the generations and steps. The global variable 'generations' is a an array of pointers to generations. Each generation has 'steps' as a pointer array to its steps. 217 218 http://www.cs.indiana.edu/~rpjames/HaskellGC/ds/blocks-steps.jpg 216 219 217 220
