Skip to content

Commit 7ea7d78

Browse files
committed
DO NOT MERGE: Always use -Xuops
1 parent e84eeed commit 7ea7d78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/pylifecycle.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,6 +1252,7 @@ init_interp_main(PyThreadState *tstate)
12521252
if (_Py_get_xoption(&config->xoptions, L"uops") != NULL) {
12531253
enabled = 1;
12541254
}
1255+
enabled = 1; // TEMPORARY: always enable
12551256
if (enabled) {
12561257
#else
12571258
// Always enable tier two for JIT builds (ignoring the environment

0 commit comments

Comments
 (0)