PyPy
PyPy Configuration[translation.backendopt.clever_malloc_removal_threshold]

translation.backendopt.clever_malloc_removal_threshold

back to parent

Basic Option Information

  • name: clever_malloc_removal_threshold
  • description: Threshold when to inline functions in clever malloc removal
  • command-line: --clever-malloc-removal-threshold
  • option type: float option
  • default: 32.4

Description

Weight threshold used to decide whether to inline flowgraphs. This is for clever malloc removal (--clever-malloc-removal).