Expand description
Helpers for making native APIs. This module contain helpers for the convenience of exposing the MMTk API to native (usually C/C++) programs.
Structs§
- An
Option<ObjectReference>
encoded as ausize
(which is guaranteed to have the size of a native pointer). It guarantees thatNone
is encoded as 0, andSome(objref)
is encoded as the underlyingusize
value of theObjectReference
itself.