Completed
Garbage collection
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
An Introduction to the Workspace - Secrets of the Interpreter
Automatically move to the next video in the Classroom when playback concludes
- 1 About the workspace
- 2 Workspace allocation
- 3 What goes into the workspace?
- 4 Pocket allocation algorithm
- 5 The structure of a pocket
- 6 Array pockets
- 7 Symbol pockets assigned names
- 8 Code pockets
- 9 Execution stack
- 10 Reference counts
- 11 Garbage collection
- 12 Pocket compression
- 13 Workspace compaction and sediment
- 14 Workspace expansion
- 15 Reducing workspace allocation
- 16 Tools for analysing workspace memory management
- 17 Summary