YJIT: Remove guard_self_is_heap()
It's superseded by functionality added to jit_guard_known_klass(). In weird situations such as the ones in the included test, guard_self_is_heap() triggered assertions.
Co-authored-by: Jemma Issroff jemmaissroff@gmail.com
YJIT: Remove guard_self_is_heap()
It's superseded by functionality added to jit_guard_known_klass().
In weird situations such as the ones in the included test,
guard_self_is_heap() triggered assertions.
Co-authored-by: Jemma Issroff jemmaissroff@gmail.com