mmtk / mmtk-ruby

Ruby binding for MMTk
Other
9 stars 5 forks source link

Fix ActivePlan::number_of_mutators #92

Closed wks closed 3 months ago

wks commented 3 months ago

Updated the ruby repo revision to fix a bug where the number of mutators returned from ActivePlan::number_of_mutators does not match the number of mutators returned from ActivePlan::mutators.

Also updated the mmtk-core repo revision. More assertions are added so that such bugs can be detected earlier.

mmtk-core PR: https://github.com/mmtk/mmtk-core/pull/1182 ruby PR: https://github.com/mmtk/ruby/pull/84

Fixes: https://github.com/mmtk/mmtk-ruby/issues/84