Skip to content

MMTk 0.28.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@qinsoon qinsoon released this 28 Sep 06:48
· 12 commits to master since this release
c4fdce0

0.28.0 (2024-09-27)

What's Changed

API

  • Require ObjectReference to point inside object by @wks in #1195
  • Return if a GC ran or not for handle_user_collection_request by @k-sareen in #1205

CI

Misc

  • Skip iterating through unallocated memory for MonotonePageResource by @k-sareen in #1189
  • Fix find_last_non_zero_bit, and align metadata address before converting to data address. by @qinsoon in #1188
  • Panic message and outdated comments by @wks in #1191
  • Filter the result for find_prev_non_zero_value_fast to make sure it is in the search range by @qinsoon in #1192
  • Assert OBJECT_REF_OFFSET_LOWER_BOUND invariant by @wks in #1194
  • Minor fixes by @wks in #1196
  • Add a feature immix_stress_copying by @qinsoon in #1202
  • Update migration guide for #1205 by @qinsoon in #1211

Full Changelog: v0.27.0...v0.28.0