summaryrefslogtreecommitdiff
path: root/mjit_c.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2023-03-03 22:21:56 -0800
committerTakashi Kokubun <[email protected]>2023-03-05 23:28:59 -0800
commit6b2c3ff813a78559ab2e88495db593a54b47e995 ()
tree5afc0bdf24d14c76239cf7ff71dd6dff01b25b71 /mjit_c.rb
parentf85393514cfeadf27129c5607c257368041dd544 (diff)
Implement concatstrings
Notes: Merged: https://.com/ruby/ruby/pull/7448
-rw-r--r--mjit_c.rb4
1 files changed, 4 insertions, 0 deletions
@@ -355,6 +355,10 @@ module RubyVM::MJIT # :nodoc: all
Primitive.cexpr! 'SIZET2NUM((size_t)rb_obj_as_string_result)'
end
#========================================================================================
#
# Old stuff