PyPy Configuration[translation.backendopt.none]
general documentation
config index
command-line overview
translation.backendopt.none
Contents
Basic Option Information
Description
back to parent
Basic Option Information
name:
none
description:
Do not run any backend optimizations
command-line:
--translation-backendopt-none
command-line for negation:
--no-translation-backendopt-none
option type:
boolean option
requirements:
translation.backendopt.inline
must be set to 'False'
translation.backendopt.inline_threshold
must be set to '0'
translation.backendopt.merge_if_blocks
must be set to 'False'
translation.backendopt.mallocs
must be set to 'False'
translation.backendopt.constfold
must be set to 'False'
Description
Do not run any backend optimizations.