summaryrefslogtreecommitdiff
path: root/lib/ruby_vm/rjit/exit_compiler.rb
AgeCommit message (Collapse)Author
2023-04-02RJIT: Support entry with different PCsTakashi Kokubun
2023-03-12RJIT: Implement --rjit-trace-exitsTakashi Kokubun
2023-03-12RJIT: Give up freezing InsnCompilerTakashi Kokubun
for memoization
2023-03-11RJIT: Automate function pointer importsTakashi Kokubun
2023-03-09RJIT: Use imemo_type_p insteadTakashi Kokubun
which seems safer. It seems like imemo_type can cause SEGV.
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