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 2ab96f9 commit 8182c1eCopy full SHA for 8182c1e
1 file changed
doc/benchmark.conf.sample
@@ -51,6 +51,9 @@ pgo = True
51
# PYTHON_JIT=0 can be used to disable the micro-op interpreter at runtime.
52
jit = no
53
54
+# Tail-calling interpreter?
55
+tail_call_interp = False
56
+
57
# The space-separated list of libraries that are package-only,
58
# i.e., locally installed but not on header and library paths.
59
# For each such library, determine the install path and add an
0 commit comments