You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that if you boot Ruby with RUBYOPT="--yjit-pause" the output of "RubyVM::YJIT.enabled?" is always "true" even if you haven't called yet "RubyVM::YJIT.resume".
Future versions of Ruby will always have YJIT in paused mode when you don't specify --yjit, and you will be able to call RubyVM::YJIT::enable to start it.
I noticed that if you boot Ruby with RUBYOPT="--yjit-pause" the output of "RubyVM::YJIT.enabled?" is always "true" even if you haven't called yet "RubyVM::YJIT.resume".
Example:
The text was updated successfully, but these errors were encountered: