mmtk 0.3.2

MMTk is a framework for the design and implementation of high-performance and portable memory managers.
Documentation
# Summary

[MMTk Tutorial](./prefix.md)

- [Introduction]
    - [What is MMTk?]./intro/what_is_mmtk.md
    - [What will this tutorial cover?]./intro/what_will_this_tutorial_cover.md
    - [Glossary]./intro/glossary.md
- [Preliminaries]
    - [Set up MMTk and OpenJDK]./preliminaries/set_up.md
    - [Test the build]./preliminaries/test.md
- [MyGC]
    - [Create MyGC]./mygc/create.md
    - [Building a semispace GC]./mygc/ss/prefix.md
        - [Allocation]./mygc/ss/alloc.md
        - [Collection]./mygc/ss/collection.md
        - [Exercise]./mygc/ss/exercise.md
        - [Exercise solution]./mygc/ss/exercise_solution.md
    - [Building a generational copying GC]./mygc/gencopy.md
- [Further Reading]./further_reading.md