Project

yjit

0.0
The project is in a healthy, maintained state
RubyVM::YJIT.enable
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

YJIT

Gem that enables YJIT for you.

Usage

require "yjit" calls RubyVM::YJIT.enable. That's it.

Note

If you use Rails 7.2+, you shouldn't need this gem because the framework does that by default. (rails/rails#51894).

License

The gem is available as open source under the terms of the MIT License.