Lua 5.1 has an incremental garbage collector[1] for memory management. This page contains some links relating to garbage collection in Lua and garbage collection in general.
General pages with links
Specific topics and papers
- This Dr Dobbs article, Java Garbage Collection for Real-Time Systems [5], contains an informative introduction to garbage collection. It has some ideas on non-disruptive garbage collection. (This paper has an alternative name, No Silver Bullet - Garbage Collection for Java in Embedded Systems ! [6])
- Boehm-Demers-Weiser conservative garbage collector [7].
- Incremental Mature Garbage Collection Using the Train Algorithm [8].
- Cyclic reference counting with Lazy Mark Scan - Rafael D. Lins [10]
- Non-Compacting Memory Allocation and Real-Time Garbage Collection (1996) Mark S. Johnstone [9].
Lua Garbage Collection Links
See Also
RecentChanges · preferences
edit · history
Last edited September 21, 2008 2:33 am GMT (diff)