summaryrefslogtreecommitdiff
path: root/lib/ruby_vm/rjit/context.rb
AgeCommit message (Collapse)Author
2023-12-21RJIT: Fix a wrong comparison in set_local_typeTakashi Kokubun
2023-12-21RJIT: Fix unwanted shadowing in set_local_typeTakashi Kokubun
local_idx should not be overwritten.
2023-04-03RJIT: Upgrade type on jit_guard_known_classTakashi Kokubun
2023-04-02RJIT: Find a best matching block versionTakashi Kokubun
2023-04-03* remove trailing spaces. [ci skip]git
2023-04-02RJIT: Store type information in ContextTakashi Kokubun
2023-04-01RJIT: Rewind stack_size on CantCompile and side exitsTakashi Kokubun
so that we can take an exit whenever we want. As a starter, this commit also pops blockarg earlier than some CantCompile exits.
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