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 thatNoneis encoded as 0, andSome(objref)is encoded as the underlyingusizevalue of theObjectReferenceitself.