Sha256: 6b91e0dcf1de423cb0305bff703e55e4a171aa42dad02661c5fc99e12216c4ea
Contents?: true
Size: 591 Bytes
Versions: 1
Compression:
Stored size: 591 Bytes
Contents
# MJIT This is unofficial. Own your risk! ## Installation Add this line to your application's Gemfile: ```ruby gem 'mjit' ``` And then execute: $ bundle Or install it yourself as: $ gem install mjit ## Usage When you use this gem, you must start Ruby with --jit. Otherwise it segfaults. ```rb # This stops MJIT's internal profiler. Actually this doesn't stop MJIT compilation. RubyVM::MJIT.disable # This enables it again. RubyVM::MJIT.enable ``` ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mjit-0.1.0 | README.md |