We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51015c commit 3890d1dCopy full SHA for 3890d1d
base/compiler/types.jl
@@ -58,7 +58,7 @@ struct OptimizationParams
58
inline_cost_threshold::Int = 100,
59
inline_nonleaf_penalty::Int = 1000,
60
inline_tupleret_bonus::Int = 400,
61
- max_methods::Int = 4,
+ max_methods::Int = 3,
62
tuple_splat::Int = 32,
63
union_splitting::Int = 4,
64
)
@@ -107,7 +107,7 @@ struct InferenceParams
107
function InferenceParams(;
108
ipo_constant_propagation::Bool = true,
109
aggressive_constant_propagation::Bool = false,
110
111
112
apply_union_enum::Int = 8,
113
tupletype_depth::Int = 3,
0 commit comments