Generational garbage collection for Keiko

Copyright © 2024 J. M. Spivey
Jump to navigation Jump to search

The existing implementation of Keiko uses a stop-the-world copying collector that could cause long pauses in some applications. Modify the instruction set so pointer stores can be identified, and enhance the garbage collector to make it incremental and perhaps generational.