+There is no dedicated function-inlining switch or inline-specific hotness threshold. Setting `JitConfig.enabled` to `false` disables the entire Trace JIT, including function inlining. `hot_loop_threshold` controls when the parent trace becomes eligible, while `max_trace_len` only supplies the shared trace budget. The one-level inline depth, 32-instruction limit, and 8-local limit below are fixed implementation bounds rather than public `JitConfig` fields. The command-line runner likewise has no inline-specific flag.
0 commit comments