YJIT: implement two-step call threshold (#8839)
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.
Co-authored-by: Alan Wu XrXr@users.noreply.github.com
Make the new variables constants
Check that a custom call threshold was not specified
YJIT: implement two-step call threshold (#8839)
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.
Co-authored-by: Alan Wu XrXr@users.noreply.github.com
Make the new variables constants
Check that a custom call threshold was not specified
Co-authored-by: Alan Wu XrXr@users.noreply.github.com