ZJIT: CI: Run btest with call-threshold=2

This commit is contained in:
Alan Wu 2025-11-25 13:10:31 -05:00
parent 0b0c2cc4cb
commit 724e94a09c
Notes: git 2025-11-26 02:26:37 +00:00

View File

@ -61,6 +61,12 @@ jobs:
specopts: '-T --zjit-disable-hir-opt -T --zjit-call-threshold=1'
configure: '--enable-zjit=dev'
# The optimizer benefits from at least 1 iteration of profiling. Also, many
# regression tests in bootstraptest/test_yjit.rb assume call-threshold=2.
- test_task: 'btest'
run_opts: '--zjit-call-threshold=2'
configure: '--enable-zjit=dev'
- test_task: 'zjit-check' # zjit-test + quick feedback of test_zjit.rb
configure: '--enable-yjit --enable-zjit=dev'
rust_version: '1.85.0'