PyPy
PyPy Configuration[objspace.std.optimized_int_add]

objspace.std.optimized_int_add

back to parent

Basic Option Information

  • name: optimized_int_add
  • description: special case the addition of two integers in BINARY_ADD
  • command-line: --objspace-std-optimized_int_add
  • command-line for negation: --no-objspace-std-optimized_int_add
  • option type: boolean option
  • default: False

Description

Optimize the addition of two integers a bit. Enabling this option gives small speedups.