diff options
author | Takashi Kokubun <[email protected]> | 2023-03-03 22:21:56 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-03-05 23:28:59 -0800 |
commit | 6b2c3ff813a78559ab2e88495db593a54b47e995 () | |
tree | 5afc0bdf24d14c76239cf7ff71dd6dff01b25b71 /mjit_c.rb | |
parent | f85393514cfeadf27129c5607c257368041dd544 (diff) |
Implement concatstrings
Notes: Merged: https://.com/ruby/ruby/pull/7448
-rw-r--r-- | mjit_c.rb | 4 |
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 |