PyPy
PyPy Configuration[translation.backendopt.raisingop2direct_call]

translation.backendopt.raisingop2direct_call

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.