mmtk / mmtk-ruby

Ruby binding for MMTk
Other
9 stars 5 forks source link

Update mmtk-core dependency #87

Closed wks closed 4 months ago

wks commented 4 months ago

The API of ObjectModel has changed. We no longer implement ref_to_address or address_to_ref by ourselves, but provide a constant IN_OBJECT_ADDRESS_OFFSET (0 for mmtk-ruby) so that mmtk-core can convert between the ObjectReference and the in-object address.

wks commented 4 months ago

Already fixed by https://github.com/mmtk/mmtk-ruby/pull/85. Closing...