summaryrefslogtreecommitdiff
path: root/tool/ruby_vm/models/zjit_instructions.rb
AgeCommit message (Collapse)Author
2025-09-10Rename VM instruction classes to singular names (#14507)Takashi Kokubun
2025-04-18Add zjit_* instructions to profile the interpreter ↵Takashi Kokubun
(https://github.com/Shopify/zjit/pull/16) * Add zjit_* instructions to profile the interpreter * Rename FixnumPlus to FixnumAdd * Update a comment about Invalidate * Rename Guard to GuardType * Rename Invalidate to PatchPoint * Drop unneeded debug!() * Plan on profiling the types * Use the output of GuardType as type refined outputs Notes: Merged: https://github.com/ruby/ruby/pull/13131