Closed wks closed 2 months ago
Do a debug_assert on the invariant of ObjectModel::OBJECT_REF_OFFSET_LOWER_BOUND when calling address.to_object_start::<VM>(). VM bindings may violate this invariant when changing their object models.
debug_assert
ObjectModel::OBJECT_REF_OFFSET_LOWER_BOUND
address.to_object_start::<VM>()
Do a
debug_assert
on the invariant ofObjectModel::OBJECT_REF_OFFSET_LOWER_BOUND
when callingaddress.to_object_start::<VM>()
. VM bindings may violate this invariant when changing their object models.