Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/benchmark.conf.sample
Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
  • Loading branch information
diegorusso and brandtbucher authored Aug 27, 2024
commit 9ea6a883a5842e9bb4ffbd30b0579e2ab877c6e4
3 changes: 1 addition & 2 deletions doc/benchmark.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ pgo = True
# be used to enable it at runtime.
# - interpreter: do not build the JIT, but do build and enable the micro-op
# interpreter. This is useful for those of us who find ourselves developing
# or debugging micro-ops (but don’t want to deal with the JIT), and is
# equivalent to using the -X uops or PYTHON_UOPS=1 options today.
# or debugging micro-ops (but don’t want to deal with the JIT).
# PYTHON_JIT=0 can be used to disable the micro-op interpreter at runtime.
jit = no

Expand Down