#endif
#define TIER_ONE 1
-#if !Py_TAIL_CALL_INTERP
+#if !_Py_TAIL_CALL_INTERP
#if !USE_COMPUTED_GOTOS
dispatch_opcode:
switch (opcode)
#endif
{
-#endif /* Py_TAIL_CALL_INTERP */
+#endif /* _Py_TAIL_CALL_INTERP */
/* BEGIN INSTRUCTIONS */
TARGET(BINARY_OP) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BINARY_OP;
(void)(opcode);
#endif
}
TARGET(BINARY_OP_ADD_FLOAT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BINARY_OP_ADD_FLOAT;
(void)(opcode);
#endif
}
TARGET(BINARY_OP_ADD_INT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BINARY_OP_ADD_INT;
(void)(opcode);
#endif
}
TARGET(BINARY_OP_ADD_UNICODE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BINARY_OP_ADD_UNICODE;
(void)(opcode);
#endif
}
TARGET(BINARY_OP_EXTEND) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BINARY_OP_EXTEND;
(void)(opcode);
#endif
}
TARGET(BINARY_OP_INPLACE_ADD_UNICODE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BINARY_OP_INPLACE_ADD_UNICODE;
(void)(opcode);
#endif
}
TARGET(BINARY_OP_MULTIPLY_FLOAT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BINARY_OP_MULTIPLY_FLOAT;
(void)(opcode);
#endif
}
TARGET(BINARY_OP_MULTIPLY_INT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BINARY_OP_MULTIPLY_INT;
(void)(opcode);
#endif
}
TARGET(BINARY_OP_SUBSCR_DICT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BINARY_OP_SUBSCR_DICT;
(void)(opcode);
#endif
}
TARGET(BINARY_OP_SUBSCR_GETITEM) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BINARY_OP_SUBSCR_GETITEM;
(void)(opcode);
#endif
}
TARGET(BINARY_OP_SUBSCR_LIST_INT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BINARY_OP_SUBSCR_LIST_INT;
(void)(opcode);
#endif
}
TARGET(BINARY_OP_SUBSCR_LIST_SLICE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BINARY_OP_SUBSCR_LIST_SLICE;
(void)(opcode);
#endif
}
TARGET(BINARY_OP_SUBSCR_STR_INT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BINARY_OP_SUBSCR_STR_INT;
(void)(opcode);
#endif
}
TARGET(BINARY_OP_SUBSCR_TUPLE_INT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BINARY_OP_SUBSCR_TUPLE_INT;
(void)(opcode);
#endif
}
TARGET(BINARY_OP_SUBTRACT_FLOAT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BINARY_OP_SUBTRACT_FLOAT;
(void)(opcode);
#endif
}
TARGET(BINARY_OP_SUBTRACT_INT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BINARY_OP_SUBTRACT_INT;
(void)(opcode);
#endif
}
TARGET(BINARY_SLICE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BINARY_SLICE;
(void)(opcode);
#endif
}
TARGET(BUILD_INTERPOLATION) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BUILD_INTERPOLATION;
(void)(opcode);
#endif
}
TARGET(BUILD_LIST) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BUILD_LIST;
(void)(opcode);
#endif
}
TARGET(BUILD_MAP) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BUILD_MAP;
(void)(opcode);
#endif
}
TARGET(BUILD_SET) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BUILD_SET;
(void)(opcode);
#endif
}
TARGET(BUILD_SLICE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BUILD_SLICE;
(void)(opcode);
#endif
}
TARGET(BUILD_STRING) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BUILD_STRING;
(void)(opcode);
#endif
}
TARGET(BUILD_TEMPLATE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BUILD_TEMPLATE;
(void)(opcode);
#endif
}
TARGET(BUILD_TUPLE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = BUILD_TUPLE;
(void)(opcode);
#endif
}
TARGET(CACHE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CACHE;
(void)(opcode);
#endif
}
TARGET(CALL) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL;
(void)(opcode);
#endif
}
TARGET(CALL_ALLOC_AND_ENTER_INIT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_ALLOC_AND_ENTER_INIT;
(void)(opcode);
#endif
}
TARGET(CALL_BOUND_METHOD_EXACT_ARGS) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_BOUND_METHOD_EXACT_ARGS;
(void)(opcode);
#endif
}
TARGET(CALL_BOUND_METHOD_GENERAL) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_BOUND_METHOD_GENERAL;
(void)(opcode);
#endif
}
TARGET(CALL_BUILTIN_CLASS) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_BUILTIN_CLASS;
(void)(opcode);
#endif
}
TARGET(CALL_BUILTIN_FAST) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_BUILTIN_FAST;
(void)(opcode);
#endif
}
TARGET(CALL_BUILTIN_FAST_WITH_KEYWORDS) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_BUILTIN_FAST_WITH_KEYWORDS;
(void)(opcode);
#endif
}
TARGET(CALL_BUILTIN_O) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_BUILTIN_O;
(void)(opcode);
#endif
}
TARGET(CALL_FUNCTION_EX) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_FUNCTION_EX;
(void)(opcode);
#endif
}
TARGET(CALL_INTRINSIC_1) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_INTRINSIC_1;
(void)(opcode);
#endif
}
TARGET(CALL_INTRINSIC_2) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_INTRINSIC_2;
(void)(opcode);
#endif
}
TARGET(CALL_ISINSTANCE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_ISINSTANCE;
(void)(opcode);
#endif
}
TARGET(CALL_KW) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_KW;
(void)(opcode);
#endif
}
TARGET(CALL_KW_BOUND_METHOD) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_KW_BOUND_METHOD;
(void)(opcode);
#endif
}
TARGET(CALL_KW_NON_PY) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_KW_NON_PY;
(void)(opcode);
#endif
}
TARGET(CALL_KW_PY) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_KW_PY;
(void)(opcode);
#endif
}
TARGET(CALL_LEN) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_LEN;
(void)(opcode);
#endif
}
TARGET(CALL_LIST_APPEND) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_LIST_APPEND;
(void)(opcode);
#endif
}
TARGET(CALL_METHOD_DESCRIPTOR_FAST) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_METHOD_DESCRIPTOR_FAST;
(void)(opcode);
#endif
}
TARGET(CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS;
(void)(opcode);
#endif
}
TARGET(CALL_METHOD_DESCRIPTOR_NOARGS) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_METHOD_DESCRIPTOR_NOARGS;
(void)(opcode);
#endif
}
TARGET(CALL_METHOD_DESCRIPTOR_O) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_METHOD_DESCRIPTOR_O;
(void)(opcode);
#endif
}
TARGET(CALL_NON_PY_GENERAL) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_NON_PY_GENERAL;
(void)(opcode);
#endif
}
TARGET(CALL_PY_EXACT_ARGS) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_PY_EXACT_ARGS;
(void)(opcode);
#endif
}
TARGET(CALL_PY_GENERAL) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_PY_GENERAL;
(void)(opcode);
#endif
}
TARGET(CALL_STR_1) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_STR_1;
(void)(opcode);
#endif
}
TARGET(CALL_TUPLE_1) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_TUPLE_1;
(void)(opcode);
#endif
}
TARGET(CALL_TYPE_1) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CALL_TYPE_1;
(void)(opcode);
#endif
}
TARGET(CHECK_EG_MATCH) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CHECK_EG_MATCH;
(void)(opcode);
#endif
}
TARGET(CHECK_EXC_MATCH) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CHECK_EXC_MATCH;
(void)(opcode);
#endif
}
TARGET(CLEANUP_THROW) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CLEANUP_THROW;
(void)(opcode);
#endif
last_sent_val = stack_pointer[-2];
sub_iter = stack_pointer[-3];
PyObject *exc_value = PyStackRef_AsPyObjectBorrow(exc_value_st);
- #if !Py_TAIL_CALL_INTERP
+ #if !_Py_TAIL_CALL_INTERP
assert(throwflag);
#endif
assert(exc_value && PyExceptionInstance_Check(exc_value));
}
TARGET(COMPARE_OP) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = COMPARE_OP;
(void)(opcode);
#endif
}
TARGET(COMPARE_OP_FLOAT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = COMPARE_OP_FLOAT;
(void)(opcode);
#endif
}
TARGET(COMPARE_OP_INT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = COMPARE_OP_INT;
(void)(opcode);
#endif
}
TARGET(COMPARE_OP_STR) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = COMPARE_OP_STR;
(void)(opcode);
#endif
}
TARGET(CONTAINS_OP) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CONTAINS_OP;
(void)(opcode);
#endif
}
TARGET(CONTAINS_OP_DICT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CONTAINS_OP_DICT;
(void)(opcode);
#endif
}
TARGET(CONTAINS_OP_SET) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CONTAINS_OP_SET;
(void)(opcode);
#endif
}
TARGET(CONVERT_VALUE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = CONVERT_VALUE;
(void)(opcode);
#endif
}
TARGET(COPY) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = COPY;
(void)(opcode);
#endif
}
TARGET(COPY_FREE_VARS) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = COPY_FREE_VARS;
(void)(opcode);
#endif
}
TARGET(DELETE_ATTR) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = DELETE_ATTR;
(void)(opcode);
#endif
}
TARGET(DELETE_DEREF) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = DELETE_DEREF;
(void)(opcode);
#endif
}
TARGET(DELETE_FAST) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = DELETE_FAST;
(void)(opcode);
#endif
}
TARGET(DELETE_GLOBAL) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = DELETE_GLOBAL;
(void)(opcode);
#endif
}
TARGET(DELETE_NAME) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = DELETE_NAME;
(void)(opcode);
#endif
}
TARGET(DELETE_SUBSCR) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = DELETE_SUBSCR;
(void)(opcode);
#endif
}
TARGET(DICT_MERGE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = DICT_MERGE;
(void)(opcode);
#endif
}
TARGET(DICT_UPDATE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = DICT_UPDATE;
(void)(opcode);
#endif
}
TARGET(END_ASYNC_FOR) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = END_ASYNC_FOR;
(void)(opcode);
#endif
}
TARGET(END_FOR) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = END_FOR;
(void)(opcode);
#endif
}
TARGET(END_SEND) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = END_SEND;
(void)(opcode);
#endif
}
TARGET(ENTER_EXECUTOR) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = ENTER_EXECUTOR;
(void)(opcode);
#endif
}
TARGET(EXIT_INIT_CHECK) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = EXIT_INIT_CHECK;
(void)(opcode);
#endif
}
TARGET(EXTENDED_ARG) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = EXTENDED_ARG;
(void)(opcode);
#endif
}
TARGET(FORMAT_SIMPLE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = FORMAT_SIMPLE;
(void)(opcode);
#endif
}
TARGET(FORMAT_WITH_SPEC) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = FORMAT_WITH_SPEC;
(void)(opcode);
#endif
}
TARGET(FOR_ITER) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = FOR_ITER;
(void)(opcode);
#endif
}
TARGET(FOR_ITER_GEN) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = FOR_ITER_GEN;
(void)(opcode);
#endif
}
TARGET(FOR_ITER_LIST) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = FOR_ITER_LIST;
(void)(opcode);
#endif
}
TARGET(FOR_ITER_RANGE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = FOR_ITER_RANGE;
(void)(opcode);
#endif
}
TARGET(FOR_ITER_TUPLE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = FOR_ITER_TUPLE;
(void)(opcode);
#endif
}
TARGET(GET_AITER) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = GET_AITER;
(void)(opcode);
#endif
}
TARGET(GET_ANEXT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = GET_ANEXT;
(void)(opcode);
#endif
}
TARGET(GET_AWAITABLE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = GET_AWAITABLE;
(void)(opcode);
#endif
}
TARGET(GET_ITER) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = GET_ITER;
(void)(opcode);
#endif
}
TARGET(GET_LEN) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = GET_LEN;
(void)(opcode);
#endif
}
TARGET(GET_YIELD_FROM_ITER) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = GET_YIELD_FROM_ITER;
(void)(opcode);
#endif
}
TARGET(IMPORT_FROM) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = IMPORT_FROM;
(void)(opcode);
#endif
}
TARGET(IMPORT_NAME) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = IMPORT_NAME;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_CALL) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_CALL;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_CALL_FUNCTION_EX) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_CALL_FUNCTION_EX;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_CALL_KW) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_CALL_KW;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_END_ASYNC_FOR) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_END_ASYNC_FOR;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_END_FOR) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_END_FOR;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_END_SEND) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_END_SEND;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_FOR_ITER) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_FOR_ITER;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_INSTRUCTION) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_INSTRUCTION;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_JUMP_BACKWARD) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_JUMP_BACKWARD;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_JUMP_FORWARD) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_JUMP_FORWARD;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_LINE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_LINE;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_LOAD_SUPER_ATTR) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_LOAD_SUPER_ATTR;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_NOT_TAKEN) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_NOT_TAKEN;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_POP_ITER) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_POP_ITER;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_POP_JUMP_IF_FALSE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_POP_JUMP_IF_FALSE;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_POP_JUMP_IF_NONE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_POP_JUMP_IF_NONE;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_POP_JUMP_IF_NOT_NONE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_POP_JUMP_IF_NOT_NONE;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_POP_JUMP_IF_TRUE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_POP_JUMP_IF_TRUE;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_RESUME) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_RESUME;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_RETURN_VALUE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_RETURN_VALUE;
(void)(opcode);
#endif
}
TARGET(INSTRUMENTED_YIELD_VALUE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INSTRUMENTED_YIELD_VALUE;
(void)(opcode);
#endif
}
TARGET(INTERPRETER_EXIT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = INTERPRETER_EXIT;
(void)(opcode);
#endif
tstate->current_frame = frame->previous;
assert(!_PyErr_Occurred(tstate));
PyObject *result = PyStackRef_AsPyObjectSteal(retval);
- #if !Py_TAIL_CALL_INTERP
+ #if !_Py_TAIL_CALL_INTERP
assert(frame == &entry.frame);
#endif
#ifdef _Py_TIER2
}
TARGET(IS_OP) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = IS_OP;
(void)(opcode);
#endif
}
TARGET(JUMP_BACKWARD) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = JUMP_BACKWARD;
(void)(opcode);
#endif
}
TARGET(JUMP_BACKWARD_JIT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = JUMP_BACKWARD_JIT;
(void)(opcode);
#endif
}
TARGET(JUMP_BACKWARD_NO_INTERRUPT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = JUMP_BACKWARD_NO_INTERRUPT;
(void)(opcode);
#endif
}
TARGET(JUMP_BACKWARD_NO_JIT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = JUMP_BACKWARD_NO_JIT;
(void)(opcode);
#endif
}
TARGET(JUMP_FORWARD) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = JUMP_FORWARD;
(void)(opcode);
#endif
}
TARGET(LIST_APPEND) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LIST_APPEND;
(void)(opcode);
#endif
}
TARGET(LIST_EXTEND) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LIST_EXTEND;
(void)(opcode);
#endif
}
TARGET(LOAD_ATTR) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_ATTR;
(void)(opcode);
#endif
}
TARGET(LOAD_ATTR_CLASS) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_ATTR_CLASS;
(void)(opcode);
#endif
}
TARGET(LOAD_ATTR_CLASS_WITH_METACLASS_CHECK) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_ATTR_CLASS_WITH_METACLASS_CHECK;
(void)(opcode);
#endif
}
TARGET(LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN;
(void)(opcode);
#endif
}
TARGET(LOAD_ATTR_INSTANCE_VALUE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_ATTR_INSTANCE_VALUE;
(void)(opcode);
#endif
}
TARGET(LOAD_ATTR_METHOD_LAZY_DICT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_ATTR_METHOD_LAZY_DICT;
(void)(opcode);
#endif
}
TARGET(LOAD_ATTR_METHOD_NO_DICT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_ATTR_METHOD_NO_DICT;
(void)(opcode);
#endif
}
TARGET(LOAD_ATTR_METHOD_WITH_VALUES) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_ATTR_METHOD_WITH_VALUES;
(void)(opcode);
#endif
}
TARGET(LOAD_ATTR_MODULE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_ATTR_MODULE;
(void)(opcode);
#endif
}
TARGET(LOAD_ATTR_NONDESCRIPTOR_NO_DICT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_ATTR_NONDESCRIPTOR_NO_DICT;
(void)(opcode);
#endif
}
TARGET(LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES;
(void)(opcode);
#endif
}
TARGET(LOAD_ATTR_PROPERTY) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_ATTR_PROPERTY;
(void)(opcode);
#endif
}
TARGET(LOAD_ATTR_SLOT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_ATTR_SLOT;
(void)(opcode);
#endif
}
TARGET(LOAD_ATTR_WITH_HINT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_ATTR_WITH_HINT;
(void)(opcode);
#endif
}
TARGET(LOAD_BUILD_CLASS) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_BUILD_CLASS;
(void)(opcode);
#endif
}
TARGET(LOAD_COMMON_CONSTANT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_COMMON_CONSTANT;
(void)(opcode);
#endif
}
TARGET(LOAD_CONST) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_CONST;
(void)(opcode);
#endif
}
TARGET(LOAD_DEREF) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_DEREF;
(void)(opcode);
#endif
}
TARGET(LOAD_FAST) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_FAST;
(void)(opcode);
#endif
}
TARGET(LOAD_FAST_AND_CLEAR) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_FAST_AND_CLEAR;
(void)(opcode);
#endif
}
TARGET(LOAD_FAST_BORROW) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_FAST_BORROW;
(void)(opcode);
#endif
}
TARGET(LOAD_FAST_BORROW_LOAD_FAST_BORROW) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_FAST_BORROW_LOAD_FAST_BORROW;
(void)(opcode);
#endif
}
TARGET(LOAD_FAST_CHECK) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_FAST_CHECK;
(void)(opcode);
#endif
}
TARGET(LOAD_FAST_LOAD_FAST) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_FAST_LOAD_FAST;
(void)(opcode);
#endif
}
TARGET(LOAD_FROM_DICT_OR_DEREF) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_FROM_DICT_OR_DEREF;
(void)(opcode);
#endif
}
TARGET(LOAD_FROM_DICT_OR_GLOBALS) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_FROM_DICT_OR_GLOBALS;
(void)(opcode);
#endif
}
TARGET(LOAD_GLOBAL) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_GLOBAL;
(void)(opcode);
#endif
}
TARGET(LOAD_GLOBAL_BUILTIN) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_GLOBAL_BUILTIN;
(void)(opcode);
#endif
}
TARGET(LOAD_GLOBAL_MODULE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_GLOBAL_MODULE;
(void)(opcode);
#endif
}
TARGET(LOAD_LOCALS) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_LOCALS;
(void)(opcode);
#endif
}
TARGET(LOAD_NAME) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_NAME;
(void)(opcode);
#endif
}
TARGET(LOAD_SMALL_INT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_SMALL_INT;
(void)(opcode);
#endif
}
TARGET(LOAD_SPECIAL) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_SPECIAL;
(void)(opcode);
#endif
}
TARGET(LOAD_SUPER_ATTR) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_SUPER_ATTR;
(void)(opcode);
#endif
}
TARGET(LOAD_SUPER_ATTR_ATTR) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_SUPER_ATTR_ATTR;
(void)(opcode);
#endif
}
TARGET(LOAD_SUPER_ATTR_METHOD) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = LOAD_SUPER_ATTR_METHOD;
(void)(opcode);
#endif
}
TARGET(MAKE_CELL) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = MAKE_CELL;
(void)(opcode);
#endif
}
TARGET(MAKE_FUNCTION) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = MAKE_FUNCTION;
(void)(opcode);
#endif
}
TARGET(MAP_ADD) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = MAP_ADD;
(void)(opcode);
#endif
}
TARGET(MATCH_CLASS) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = MATCH_CLASS;
(void)(opcode);
#endif
}
TARGET(MATCH_KEYS) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = MATCH_KEYS;
(void)(opcode);
#endif
}
TARGET(MATCH_MAPPING) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = MATCH_MAPPING;
(void)(opcode);
#endif
}
TARGET(MATCH_SEQUENCE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = MATCH_SEQUENCE;
(void)(opcode);
#endif
}
TARGET(NOP) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = NOP;
(void)(opcode);
#endif
}
TARGET(NOT_TAKEN) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = NOT_TAKEN;
(void)(opcode);
#endif
}
TARGET(POP_EXCEPT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = POP_EXCEPT;
(void)(opcode);
#endif
}
TARGET(POP_ITER) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = POP_ITER;
(void)(opcode);
#endif
}
TARGET(POP_JUMP_IF_FALSE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = POP_JUMP_IF_FALSE;
(void)(opcode);
#endif
}
TARGET(POP_JUMP_IF_NONE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = POP_JUMP_IF_NONE;
(void)(opcode);
#endif
}
TARGET(POP_JUMP_IF_NOT_NONE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = POP_JUMP_IF_NOT_NONE;
(void)(opcode);
#endif
}
TARGET(POP_JUMP_IF_TRUE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = POP_JUMP_IF_TRUE;
(void)(opcode);
#endif
}
TARGET(POP_TOP) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = POP_TOP;
(void)(opcode);
#endif
}
TARGET(PUSH_EXC_INFO) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = PUSH_EXC_INFO;
(void)(opcode);
#endif
}
TARGET(PUSH_NULL) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = PUSH_NULL;
(void)(opcode);
#endif
}
TARGET(RAISE_VARARGS) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = RAISE_VARARGS;
(void)(opcode);
#endif
}
TARGET(RERAISE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = RERAISE;
(void)(opcode);
#endif
}
TARGET(RESERVED) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = RESERVED;
(void)(opcode);
#endif
}
TARGET(RESUME) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = RESUME;
(void)(opcode);
#endif
}
TARGET(RESUME_CHECK) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = RESUME_CHECK;
(void)(opcode);
#endif
}
TARGET(RETURN_GENERATOR) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = RETURN_GENERATOR;
(void)(opcode);
#endif
}
TARGET(RETURN_VALUE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = RETURN_VALUE;
(void)(opcode);
#endif
}
TARGET(SEND) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = SEND;
(void)(opcode);
#endif
}
TARGET(SEND_GEN) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = SEND_GEN;
(void)(opcode);
#endif
}
TARGET(SETUP_ANNOTATIONS) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = SETUP_ANNOTATIONS;
(void)(opcode);
#endif
}
TARGET(SET_ADD) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = SET_ADD;
(void)(opcode);
#endif
}
TARGET(SET_FUNCTION_ATTRIBUTE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = SET_FUNCTION_ATTRIBUTE;
(void)(opcode);
#endif
}
TARGET(SET_UPDATE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = SET_UPDATE;
(void)(opcode);
#endif
}
TARGET(STORE_ATTR) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = STORE_ATTR;
(void)(opcode);
#endif
}
TARGET(STORE_ATTR_INSTANCE_VALUE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = STORE_ATTR_INSTANCE_VALUE;
(void)(opcode);
#endif
}
TARGET(STORE_ATTR_SLOT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = STORE_ATTR_SLOT;
(void)(opcode);
#endif
}
TARGET(STORE_ATTR_WITH_HINT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = STORE_ATTR_WITH_HINT;
(void)(opcode);
#endif
}
TARGET(STORE_DEREF) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = STORE_DEREF;
(void)(opcode);
#endif
}
TARGET(STORE_FAST) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = STORE_FAST;
(void)(opcode);
#endif
}
TARGET(STORE_FAST_LOAD_FAST) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = STORE_FAST_LOAD_FAST;
(void)(opcode);
#endif
}
TARGET(STORE_FAST_STORE_FAST) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = STORE_FAST_STORE_FAST;
(void)(opcode);
#endif
}
TARGET(STORE_GLOBAL) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = STORE_GLOBAL;
(void)(opcode);
#endif
}
TARGET(STORE_NAME) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = STORE_NAME;
(void)(opcode);
#endif
}
TARGET(STORE_SLICE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = STORE_SLICE;
(void)(opcode);
#endif
}
TARGET(STORE_SUBSCR) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = STORE_SUBSCR;
(void)(opcode);
#endif
}
TARGET(STORE_SUBSCR_DICT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = STORE_SUBSCR_DICT;
(void)(opcode);
#endif
}
TARGET(STORE_SUBSCR_LIST_INT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = STORE_SUBSCR_LIST_INT;
(void)(opcode);
#endif
}
TARGET(SWAP) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = SWAP;
(void)(opcode);
#endif
}
TARGET(TO_BOOL) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = TO_BOOL;
(void)(opcode);
#endif
}
TARGET(TO_BOOL_ALWAYS_TRUE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = TO_BOOL_ALWAYS_TRUE;
(void)(opcode);
#endif
}
TARGET(TO_BOOL_BOOL) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = TO_BOOL_BOOL;
(void)(opcode);
#endif
}
TARGET(TO_BOOL_INT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = TO_BOOL_INT;
(void)(opcode);
#endif
}
TARGET(TO_BOOL_LIST) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = TO_BOOL_LIST;
(void)(opcode);
#endif
}
TARGET(TO_BOOL_NONE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = TO_BOOL_NONE;
(void)(opcode);
#endif
}
TARGET(TO_BOOL_STR) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = TO_BOOL_STR;
(void)(opcode);
#endif
}
TARGET(UNARY_INVERT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = UNARY_INVERT;
(void)(opcode);
#endif
}
TARGET(UNARY_NEGATIVE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = UNARY_NEGATIVE;
(void)(opcode);
#endif
}
TARGET(UNARY_NOT) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = UNARY_NOT;
(void)(opcode);
#endif
}
TARGET(UNPACK_EX) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = UNPACK_EX;
(void)(opcode);
#endif
}
TARGET(UNPACK_SEQUENCE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = UNPACK_SEQUENCE;
(void)(opcode);
#endif
}
TARGET(UNPACK_SEQUENCE_LIST) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = UNPACK_SEQUENCE_LIST;
(void)(opcode);
#endif
}
TARGET(UNPACK_SEQUENCE_TUPLE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = UNPACK_SEQUENCE_TUPLE;
(void)(opcode);
#endif
}
TARGET(UNPACK_SEQUENCE_TWO_TUPLE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = UNPACK_SEQUENCE_TWO_TUPLE;
(void)(opcode);
#endif
}
TARGET(WITH_EXCEPT_START) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = WITH_EXCEPT_START;
(void)(opcode);
#endif
}
TARGET(YIELD_VALUE) {
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode = YIELD_VALUE;
(void)(opcode);
#endif
}
/* END INSTRUCTIONS */
-#if !Py_TAIL_CALL_INTERP
+#if !_Py_TAIL_CALL_INTERP
#if USE_COMPUTED_GOTOS
_unknown_opcode:
#else
/* This should never be reached. Every opcode should end with DISPATCH()
or goto error. */
Py_UNREACHABLE();
-#endif /* Py_TAIL_CALL_INTERP */
+#endif /* _Py_TAIL_CALL_INTERP */
/* BEGIN LABELS */
LABEL(pop_2_error)
}
#endif
stack_pointer = _PyFrame_GetStackPointer(frame);
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode;
#endif
DISPATCH();
frame->return_offset = 0;
if (frame->owner == FRAME_OWNED_BY_INTERPRETER) {
tstate->current_frame = frame->previous;
- #if !Py_TAIL_CALL_INTERP
+ #if !_Py_TAIL_CALL_INTERP
assert(frame == &entry.frame);
#endif
#ifdef _Py_TIER2
assert(!_PyErr_Occurred(tstate));
#endif
stack_pointer = _PyFrame_GetStackPointer(frame);
- #if Py_TAIL_CALL_INTERP
+ #if _Py_TAIL_CALL_INTERP
int opcode;
#endif
DISPATCH();