Project

General

Profile

« Previous | Next » 

Revision 286c07f0

Added by alanwu (Alan Wu) almost 4 years ago

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