Project

General

Profile

« Previous | Next » 

Revision 6e38076b

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

YJIT: implement two-step call threshold (#8839)

  • YJIT: implement two-step call threshold

Automatically switch call threshold to a larger value for
larger, production-sized apps, while still allowing smaller apps
and command-line programs to start with a lower threshold.

  • Update yjit/src/options.rs

Co-authored-by: Alan Wu

  • Make the new variables constants

  • Check that a custom call threshold was not specified


Co-authored-by: Alan Wu