Project

General

Profile

« Previous | Next » 

Revision 8a6740c7

Added by k0kubun (Takashi Kokubun) over 1 year ago

YJIT: Lazily push a frame for specialized C funcs (#10080)

  • YJIT: Lazily push a frame for specialized C funcs

Co-authored-by: Maxime Chevalier-Boisvert

  • Fix a comment on pc_to_cfunc

  • Rename rb_yjit_check_pc to rb_yjit_lazy_push_frame

  • Rename it to jit_prepare_lazy_frame_call

  • Fix a typo

  • Optimize String#getbyte as well

  • Optimize String#byteslice as well


Co-authored-by: Maxime Chevalier-Boisvert