PyPy
PyPy Configuration[translation.backendopt.profile_based_inline_threshold]

translation.backendopt.profile_based_inline_threshold

back to parent

Basic Option Information

  • name: profile_based_inline_threshold
  • description: Threshold when to inline functions for profile based inlining
  • command-line: --prof-based-inline-threshold
  • option type: float option
  • default: 32.4

Description

Weight threshold used to decide whether to inline flowgraphs. This is for profile-based inlining (--prof-based-inline).