Actions
Bug #19625
closedRuby 3.2 MJIT never triggers JIT compaction
    Bug #19625:
    Ruby 3.2 MJIT never triggers JIT compaction
  
Description
This patch accidentally removed a condition to trigger JIT compaction from Ruby 3.2.
This PR https://github.com/ruby/ruby/pull/7777 makes it work again. This ticket is to request a backport for Ruby 3.2.
Actions