mmtk / ruby

Fork of The Ruby Programming Language [mirror], with added support for MMTk
https://www.ruby-lang.org/
Other
0 stars 1 forks source link

Disable GC call for multi-ractor mode #62

Closed dugiahuy closed 6 months ago

dugiahuy commented 8 months ago

Description

MMTk have support almost feature of Ruby except Ractor. This change will disable GC call when run ruby code with Ractor

wks commented 6 months ago

It's not our priority to support Ractor at this time. I prefer letting it crash loudly when it tries to enter multi-ractor mode so that we know that some programs or test cases may not work as expected due to the presence of multiple ractors.