Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-26 | RJIT: Tweak the default call threshold | Takashi Kokubun | |
This number works better on yjit-bench (ruby-lsp). | |||
2023-04-04 | RJIT: Add --rjit-verify-ctx option | Takashi Kokubun | |
2023-04-02 | RJIT: Support entry with different PCs | Takashi Kokubun | |
2023-03-18 | RJIT: Prefix rjit_options with rb_ | Takashi Kokubun | |
2023-03-17 | RJIT: Support --rjit-stats on release build as well | Takashi Kokubun | |
2023-03-12 | RJIT: Implement --rjit-trace-exits | Takashi Kokubun | |
2023-03-10 | RJIT: Introduce --rjit-exec-mem-size | Takashi Kokubun | |
2023-03-09 | RJIT: Resurrect --rjit-pause and RJIT.resume | Takashi Kokubun | |
2023-03-08 | RJIT: Make functions in rjit_c.c static | Takashi Kokubun | |
They don't need to be global. | |||
2023-03-08 | RJIT: Reorganize rjit.c | Takashi Kokubun | |
Reordering functions for readability, adding stats whenever possible. | |||
2023-03-08 | RJIT: Stop allowing leaked globals rjit_* | Takashi Kokubun | |
2023-03-08 | RJIT: Get rid of verbose logging | Takashi Kokubun | |
2023-03-08 | RJIT: Clean up the declaration mess | Takashi Kokubun | |
2023-03-07 | Remove obsoleted functions in rjit.c | Takashi Kokubun | |
2023-03-07 | Update documentation about RJIT | Takashi Kokubun | |
2023-03-07 | Fix a typo | 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-07 | Actually stop supporting those options | Takashi Kokubun | |
2023-03-07 | Update options available in RJIT | Takashi Kokubun | |
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 |