Changes between Version 18 and Version 19 of GarbageCollectorNotes
- Timestamp:
- 05/19/06 04:20:52 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GarbageCollectorNotes
v18 v19 216 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 217 218 http://www.cs.indiana.edu/~rpjames/HaskellGC/ds/blocks-steps.jpg 218 http://www.cs.indiana.edu/~rpjames/HaskellGC/ds/generations-steps.jpg 219 220 Each step contains a pointer to a link list of blocks that are part of the step. 221 http://www.cs.indiana.edu/~rpjames/HaskellGC/ds/step-blocks.jpg 222 219 223 220 224
