jon.recoil.org

Module Flambda_features.Inlining

type round_or_default =
  1. | Round of int
  2. | Default of Oxcaml_flags.opt_level
val depth_scaling_factor : int

max_depth returns the user's value multipled by depth_scaling_factor.

val speculative_inlining_only_if_arguments_useful : unit -> bool