MMTk 0.1.0
Pre-release
Pre-release
GC Plans
Added the following plans:
- NoGC
- SemiSpace
- Generational Copying GC
Allocators
Added the following allocators:
- Bump Pointer Allocator
- Large Object Allocator
Policies
Added the following space policies:
- Immortal (including variants)
- Large object
- Copy
API
- Introduced bi-directional API between VM and MMTk
Misc
- Implemented a scheduler, GC work packets and related statistics collecting mechanisms.
- Implemented sanity checking.