YJIT: handle out of shape situation in gen_setinstancevariable (#8857)
If the VM ran out of shape, rb_shape_transition_shape_capa might return OBJ_TOO_COMPLEX_SHAPE.
rb_shape_transition_shape_capa
OBJ_TOO_COMPLEX_SHAPE
Co-authored-by: Jean Boussier byroot@ruby-lang.org
YJIT: handle out of shape situation in gen_setinstancevariable (#8857)
If the VM ran out of shape,
rb_shape_transition_shape_capamightreturn
OBJ_TOO_COMPLEX_SHAPE.Co-authored-by: Jean Boussier byroot@ruby-lang.org