mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Temporarily disable rb_str_concat, add CI tests (https://github.com/Shopify/ruby/pull/407)
Make sure we can load the test-all runner and run test_yjit.rb
This commit is contained in:
parent
09c12111d4
commit
95dce1ccac
2 changed files with 10 additions and 3 deletions
|
@ -6134,7 +6134,7 @@ impl CodegenGlobals {
|
|||
//self.yjit_reg_method(rb_cString, "to_s", jit_rb_str_to_s);
|
||||
//self.yjit_reg_method(rb_cString, "to_str", jit_rb_str_to_s);
|
||||
self.yjit_reg_method(rb_cString, "bytesize", jit_rb_str_bytesize);
|
||||
self.yjit_reg_method(rb_cString, "<<", jit_rb_str_concat);
|
||||
//self.yjit_reg_method(rb_cString, "<<", jit_rb_str_concat);
|
||||
//self.yjit_reg_method(rb_cString, "+@", jit_rb_str_uplus);
|
||||
|
||||
// Thread.current
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue