summaryrefslogtreecommitdiff
path: root/rjit.h
Commit message (Collapse)AuthorAgeFilesLines
* RJIT: Add --rjit-verify-ctx optionTakashi Kokubun2023-04-041-0/+2
|
* RJIT: Prefix rjit_options with rb_Takashi Kokubun2023-03-181-3/+3
|
* RJIT: Implement --rjit-trace-exitsTakashi Kokubun2023-03-121-0/+4
|
* RJIT: Remove unused code from headersTakashi Kokubun2023-03-101-53/+3
|
* RJIT: Introduce --rjit-exec-mem-sizeTakashi Kokubun2023-03-101-1/+3
|
* RJIT: Stop allowing leaked globals rjit_*Takashi Kokubun2023-03-081-11/+11
|
* Remove obsoleted functions in rjit.cTakashi Kokubun2023-03-071-21/+4
|
* Allow enabling YJIT and RJIT independently (#7474)Takashi Kokubun2023-03-071-3/+8
| | | | | We used to require MJIT is supported when YJIT is supported. However, now that RJIT dropped some platforms that YJIT supports, it no longer makes sense. We should be able to enable only YJIT, and vice versa.
* s/mjit/rjit/Takashi Kokubun2023-03-061-64/+63
|
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-21/+21
|
* Rename MJIT filenames to RJITTakashi Kokubun2023-03-061-0/+158