pub const FN_ID_NUB_EVICT_JIT_ALL: u32 = 6;Expand description
fn_id for the bench-only “evict the entire JIT compile cache”
RPC. Empty payload; empty response. Used by javm-bench to force
each criterion iteration to pay the recompile cost (otherwise the
JIT cache turns the loop into pure warm-cache execute, which isn’t
what we want to measure for PolkaVM-shaped workloads).