summaryrefslogtreecommitdiff
path: root/rjit.rb
AgeCommit message (Collapse)Author
2025-02-13[Feature #21116] Extract RJIT as a third-party gemNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12740
2025-02-13Fixed infinite loop with GitHub ActionsHiroshi SHIBATA
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org> Notes: Merged: https://github.com/ruby/ruby/pull/12737
2025-02-06Only modified LOAD_PATH for RJIT with fiddle provided by bundled gemsHiroshi SHIBATA
2025-02-05Try to inject fiddle path as bundled gems for RJITHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12616
2023-12-21RJIT: Clean up unnecessary documentationTakashi Kokubun
2023-12-21RJIT: Rename pause/resume to disable/enableTakashi Kokubun
like YJIT. They don't work in the same way yet, but it's nice to make the naming consistent first so that we will not need to rename them later.
2023-03-12RJIT: Implement --rjit-trace-exitsTakashi Kokubun
2023-03-09RJIT: Resurrect --rjit-pause and RJIT.resumeTakashi Kokubun
2023-03-08RJIT: Stop allowing leaked globals rjit_*Takashi Kokubun
2023-03-07Remove obsoleted functions in rjit.cTakashi Kokubun
2023-03-06s/mjit/rjit/Takashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/7462
2023-03-06s/MJIT/RJIT/Takashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/7462
2023-03-06Rename MJIT filenames to RJITTakashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/7462