mmtk-core icon indicating copy to clipboard operation
mmtk-core copied to clipboard

Porting Guide: Include information on implementing certain language/runtime features

Open qinsoon opened this issue 2 years ago • 2 comments

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

qinsoon avatar Jul 07 '22 00:07 qinsoon

The guide should also include declaring metadata specs in ObjectModel.

qinsoon avatar Jul 20 '22 02:07 qinsoon