From 668b99b43b26868e3cddc41de2025841522acc3b Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 9 Aug 2022 09:16:27 -0700 Subject: Port gen_send_iseq to the new backend IR (https://github.com/Shopify/ruby/pull/381) * Port gen_send_iseq to the new backend IR * Replace occurrences of 8 by SIZEOF_VALUE Co-authored-by: Maxime Chevalier-Boisvert Co-authored-by: Maxime Chevalier-Boisvert --- .cirrus.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 1d7056c1d2..f743252655 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -157,16 +157,12 @@ yjit_task: bootstraptest/test_struct.rb \ bootstraptest/test_syntax.rb \ bootstraptest/test_thread.rb \ + bootstraptest/test_yjit_30k_ifelse.rb \ + bootstraptest/test_yjit_30k_methods.rb \ bootstraptest/test_yjit_new_backend.rb \ bootstraptest/test_yjit_rust_port.rb # These are the btests we can't run yet on arm: - #bootstraptest/test_block.rb (missing opt_send) - #bootstraptest/test_insns.rb (missing opt_send) - #bootstraptest/test_ractor.rb ? (untested) - #bootstraptest/test_literal.rb (displacement bug) - #bootstraptest/test_yjit.rb (multiple bugs) - #bootstraptest/test_yjit_30k_ifelse.rb (missing opt_send) - #bootstraptest/test_yjit_30k_methods.rb (missing opt_send) + #bootstraptest/test_yjit.rb (out of executable memory not handled) # full_build_script: make -j -- cgit v1.2.1