Skip to content

Commit 2ea4123

Browse files
committed
Turn off turning off optimizations under PGO
1 parent 06bc3bd commit 2ea4123

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/ceval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ _PyObjectArray_Free(PyObject **array, PyObject **scratch)
852852
#if (defined(_MSC_VER) && \
853853
(_MSC_VER < 1943) && \
854854
defined(_Py_USING_PGO))
855-
#define DO_NOT_OPTIMIZE_INTERP_LOOP
855+
// #define DO_NOT_OPTIMIZE_INTERP_LOOP
856856
#endif
857857

858858
#ifdef DO_NOT_OPTIMIZE_INTERP_LOOP

0 commit comments

Comments
 (0)