invalidate_iseq_version (called from compile_patch_points!) doesn't invalidate the last version, so rb_zjit_invalidate_no_ep_escape fetches the last version and calls rb_iseq_reset_jit_func, but it doesn't recompile JIT-to-JIT calls.
We should check if it's intentional / makes sense.
invalidate_iseq_version(called from compile_patch_points!) doesn't invalidate the last version, so rb_zjit_invalidate_no_ep_escape fetches the last version and callsrb_iseq_reset_jit_func, but it doesn't recompile JIT-to-JIT calls.We should check if it's intentional / makes sense.