ocaml-base-compiler
Official release 4.14.0
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package ocaml-base-compiler
-
dynlink
-
ocamlbytecomp
-
ocamlcommon
-
ocamlmiddleend
-
ocamloptcomp
-
odoc_info
-
stdlib
-
str
-
unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library ocamlmiddleend
Module
Inlining_cost
module Threshold : sig ... end
val can_inline : Flambda.t -> Threshold.t -> bonus:int -> bool
val can_try_inlining :
Flambda.t ->
Threshold.t ->
number_of_arguments:int ->
size_from_approximation:int option ->
Threshold.t
module Benefit : sig ... end
module Whether_sufficient_benefit : sig ... end
If a function body exceeds this size, we can make a fast decision not to inline it (see Inlining_decision
).
val lambda_smaller' : Flambda.expr -> than:int -> int option
Measure the given expression to determine whether its size is at or below the given threshold. None
is returned if it is too big; otherwise Some
is returned with the measured size.
val lambda_size : Flambda.expr -> int
ON THIS PAGE
No table of contents