ruby/bootstraptest
Kevin Menard afc7799c32
YJIT: Add a specialized codegen function for `Class#superclass`. (#10613)
Add a specialized codegen function for `Class#superclass`.

Co-authored-by: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>
Co-authored-by: Takashi Kokubun (k0kubun) <takashikkbn@gmail.com>
Co-authored-by: Randy Stauner <randy.stauner@shopify.com>
Co-authored-by: Alan Wu <XrXr@users.noreply.github.com>
2024-04-24 10:31:35 -04:00
..
pending.rb
runner.rb Fix nil error with KNOWNBUGS.rb 2024-04-08 12:31:33 -04:00
test_attr.rb
test_autoload.rb
test_block.rb
test_class.rb
test_constant_cache.rb
test_env.rb
test_eval.rb Refactor frozen_string_literal check during compilation 2024-03-15 15:52:33 +01:00
test_exception.rb Do not include a backtick in error messages and backtraces 2024-02-15 18:42:31 +09:00
test_fiber.rb
test_finalizer.rb Test finalizer is ran in bootstraptest 2024-04-01 10:26:16 -04:00
test_flip.rb
test_flow.rb Ensure test suite is compatible with --frozen-string-literal 2024-03-14 17:56:15 +01:00
test_fork.rb
test_gc.rb RJIT: Streamline RJIT enablement check 2023-12-21 14:32:03 -08:00
test_insns.rb Ensure test suite is compatible with --frozen-string-literal 2024-03-14 17:56:15 +01:00
test_io.rb
test_jump.rb Ensure test suite is compatible with --frozen-string-literal 2024-03-14 17:56:15 +01:00
test_literal.rb Explicitly assert that redefined backquote method is called 2024-02-17 17:16:17 +09:00
test_literal_suffix.rb [PRISM] Enhance syntax error message extraction in test_literal_suffix btest 2024-04-03 17:34:12 -04:00
test_load.rb
test_marshal.rb
test_massign.rb
test_method.rb [Bug #20218] Reject keyword arguments in index 2024-03-17 13:20:23 +09:00
test_objectspace.rb
test_proc.rb
test_ractor.rb Implement chilled strings 2024-03-19 09:26:49 +01:00
test_rjit.rb RJIT: Fix unwanted shadowing in set_local_type 2023-12-21 15:48:37 -08:00
test_string.rb
test_struct.rb
test_syntax.rb [PRISM] Fix up syntax error message parsing in btests 2024-04-03 17:34:12 -04:00
test_thread.rb RJIT: Streamline RJIT enablement check 2023-12-21 14:32:03 -08:00
test_yjit.rb YJIT: Add a specialized codegen function for `Class#superclass`. (#10613) 2024-04-24 10:31:35 -04:00
test_yjit_30k_ifelse.rb
test_yjit_30k_methods.rb
test_yjit_rust_port.rb