Allow AssertType of Cls
We need this with the region JIT.
Esse commit está contido em:
@@ -184,7 +184,7 @@ class FailedCodeGen : public std::runtime_error {
|
||||
#define IR_OPCODES \
|
||||
/* name dstinfo srcinfo flags */ \
|
||||
O(CheckType, DParam, S(Gen,Nullptr), E|CRc|PRc|P) \
|
||||
O(AssertType, DParam, S(Gen,Nullptr), C|E|CRc|PRc|P) \
|
||||
O(AssertType, DParam, S(Gen,Nullptr,Cls), C|E|CRc|PRc|P) \
|
||||
O(CheckTypeMem, ND, S(PtrToGen), E) \
|
||||
O(GuardLoc, ND, S(FramePtr), E) \
|
||||
O(GuardStk, D(StkPtr), S(StkPtr), E) \
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário