Skip to content

Commit

Permalink
DO NOT MERGE: Always use -Xuops
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Mar 5, 2024
1 parent e84eeed commit 7ea7d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Python/pylifecycle.c
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,7 @@ init_interp_main(PyThreadState *tstate)
if (_Py_get_xoption(&config->xoptions, L"uops") != NULL) {
enabled = 1;
}
enabled = 1; // TEMPORARY: always enable
if (enabled) {
#else
// Always enable tier two for JIT builds (ignoring the environment
Expand Down

0 comments on commit 7ea7d78

Please sign in to comment.