Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

k0kubun/mjit-disable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mjit.gem - RubyVM::MJIT.disable

A gem to trigger SEGV.

This is unofficial. Own your risk!

Installation

Add this line to your application's Gemfile:

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.

This gem adds following interfaces.

require 'mjit'

# 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.

About

Unofficial gem to disable MJIT dynamically

Resources

License

Stars

Watchers

Forks

Packages

No packages published