aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ruby_vm/rjit/jit_state.rb
Commit message (Collapse)AuthorAgeFilesLines
* RJIT: Add --rjit-verify-ctx optionTakashi Kokubun2023-04-041-0/+7
|
* RJIT: Rewind stack_size on CantCompile and side exitsTakashi Kokubun2023-04-011-2/+3
| | | | | | | so that we can take an exit whenever we want. As a starter, this commit also pops blockarg earlier than some CantCompile exits.
* RJIT: Introduce constants under RubyVM::RJIT::CTakashi Kokubun2023-03-111-2/+2
|
* s/mjit/rjit/Takashi Kokubun2023-03-061-1/+1
|
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-4/+4
|
* Rename MJIT filenames to RJITTakashi Kokubun2023-03-061-0/+57