diff --git a/base/compiler/types.jl b/base/compiler/types.jl index 4d5a77f4ee70d..e0ec85ad4deb1 100644 --- a/base/compiler/types.jl +++ b/base/compiler/types.jl @@ -153,7 +153,7 @@ struct InferenceParams end function InferenceParams( params::InferenceParams = InferenceParams( # default constructor - #=max_methods::Int=# 3, + #=max_methods::Int=# 1, #=max_union_splitting::Int=# 4, #=max_apply_union_enum::Int=# 8, #=max_tuple_splat::Int=# 32,