mmtk-core
mmtk-core copied to clipboard
Porting Guide: Include information on implementing certain language/runtime features
We should include some information about implement certain language features in our porting guide, for example:
- GC initialization
- command line options
- thread local structure (
Mutator
) - fastpath allocation in the binding
- finalizer
- weak reference
The guide should also include declaring metadata specs in ObjectModel
.