We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d7406 commit 17720b1Copy full SHA for 17720b1
1 file changed
.github/workflows/jit.yml
@@ -183,6 +183,9 @@ jobs:
183
- name: JIT without optimizations (Debug)
184
configure_flags: --enable-experimental-jit --with-pydebug
185
test_env: "PYTHON_UOPS_OPTIMIZE=0"
186
+ - name: JIT with stress testing (Debug)
187
+ configure_flags: --enable-experimental-jit --with-pydebug
188
+ test_env: "PYTHON_JIT_STRESS=1"
189
- name: JIT with tail calling interpreter
190
configure_flags: --enable-experimental-jit --with-tail-call-interp --with-pydebug
191
use_clang: true
0 commit comments