mmtk 0.32.0

MMTk is a framework for the design and implementation of high-performance and portable memory managers.
Documentation
1
2
3
4
5
6
7
8
# Porting Guide
> Note: This guide is work in progress.

This guide is designed to get you started on porting MMTk to a new runtime. 
We start with an overview of the MMTk approach to porting and then step through recommended strategies for implementing a port.

There’s no fixed way to implement a new port.
What we outline here is a distillation of best practices that have emerged from community as it has worked through many ports (each at various levels of maturity).