From cc7130e1872a3a45d8f80dac9fbcbded1dd5ce29 Mon Sep 17 00:00:00 2001 From: Kristoffer Date: Tue, 17 Jan 2023 18:12:27 +0100 Subject: [PATCH] set max_methods = 1 --- base/compiler/types.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,