gh-100712: make it possible to disable specialization (for debugging) (#100713)
This commit is contained in:
@@ -33,6 +33,9 @@ hascompare = []
|
||||
hasfree = []
|
||||
hasexc = []
|
||||
|
||||
|
||||
ENABLE_SPECIALIZATION = True
|
||||
|
||||
def is_pseudo(op):
|
||||
return op >= MIN_PSEUDO_OPCODE and op <= MAX_PSEUDO_OPCODE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user