Skip to content

MMTk 0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@qinsoon qinsoon released this 04 Nov 02:29
· 527 commits to master since this release
5cd2407

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.