Skip to content

Commit

Permalink
RJIT: Minimize string allocations in InsnCompiler
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Dec 22, 2023
1 parent 2e0277b commit f3c82df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ruby_vm/rjit/insn_compiler.rb
@@ -1,3 +1,4 @@
# frozen_string_literal: true
module RubyVM::RJIT
class InsnCompiler
# struct rb_calling_info. Storing flags instead of ci.
Expand Down

0 comments on commit f3c82df

Please sign in to comment.