PyPy Configuration[translation.backendopt.raisingop2direct_call]
general documentation
config index
command-line overview
translation.backendopt.raisingop2direct_call
Contents
Basic Option Information
Description
back to parent
Basic Option Information
name:
raisingop2direct_call
description:
Transform operations that can implicitly raise an exception into calls to functions that explicitly raise exceptions
command-line:
--raisingop2direct_call
command-line for negation:
--no-raisingop2direct_call
option type:
boolean option
default:
False
Description
Internal option. Transformation required by the LLVM backend.