Skip to content

Instantly share code, notes, and snippets.

@ewalk153
Created January 18, 2023 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ewalk153/c451ea75e59a5bf8e3652d0dd6abf8a8 to your computer and use it in GitHub Desktop.
Save ewalk153/c451ea75e59a5bf8e3652d0dd6abf8a8 to your computer and use it in GitHub Desktop.
Verify if YJIT is running for ruby
> RUBY_YJIT_ENABLE=1 ruby -e "puts RubyVM::YJIT.enabled?"
true
> ruby -e "puts RubyVM::YJIT.enabled?"
false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment