Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-04 | RJIT: Add --rjit-verify-ctx option | Takashi Kokubun | |
2023-03-18 | RJIT: Prefix rjit_options with rb_ | Takashi Kokubun | |
2023-03-12 | RJIT: Implement --rjit-trace-exits | Takashi Kokubun | |
2023-03-10 | RJIT: Remove unused code from headers | Takashi Kokubun | |
2023-03-10 | RJIT: Introduce --rjit-exec-mem-size | Takashi Kokubun | |
2023-03-08 | RJIT: Stop allowing leaked globals rjit_* | Takashi Kokubun | |
2023-03-07 | Remove obsoleted functions in rjit.c | Takashi Kokubun | |
2023-03-07 | Allow enabling YJIT and RJIT independently (#7474) | Takashi Kokubun | |
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. Notes: Merged-By: k0kubun <[email protected]> | |||
2023-03-06 | s/mjit/rjit/ | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7462 | |||
2023-03-06 | s/MJIT/RJIT/ | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7462 | |||
2023-03-06 | Rename MJIT filenames to RJIT | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7462 |