Project

General

Profile

« Previous | Next » 

Revision f98d6d3f

Added by jhawthorn (John Hawthorn) almost 3 years ago

YJIT: Implement specialized respond_to? (#6363)

  • Add rb_callable_method_entry_or_negative

  • YJIT: Implement specialized respond_to?

This implements a specialized respond_to? in YJIT.

  • Update yjit/src/codegen.rs

Co-authored-by: Maxime Chevalier-Boisvert