About this document
JX Memory Management Architecture by corredor2012 is a document available to read on EtoBox.
This document summarizes memory management in JX, which lacks an MMU. It discusses two levels of memory management - a global level to avoid fragmentation and a domain-local level managed by garbage collection. It describes stack overflow detection without an MMU and different garbage collection algorithms implemented, including copying and compacting collectors. The copying collector uses two semi-spaces to compactly allocate live objects, while the compacting collector calculates new object positions with
- Author
- corredor2012
- Language
- EN