Project

General

Profile

« Previous | Next » 

Revision b2e1ddff

Added by maximecb (Maxime Chevalier-Boisvert) almost 2 years ago

YJIT: port call threshold logic from Rust to C for performance (#8628)

  • Port call threshold logic from Rust to C for performance

  • Prefix global/field names with yjit_

  • Fix linker error

  • Fix preprocessor condition for rb_yjit_threshold_hit

  • Fix third linker issue

  • Exclude yjit_calls_at_interv from RJIT bindgen


Co-authored-by: Takashi Kokubun