From 60ad492994ddb4450bbfac47e4ce3924265576bc Mon Sep 17 00:00:00 2001 From: Jeff Bezanson Date: Tue, 9 May 2017 15:18:55 -0400 Subject: [PATCH] mark method cache as not needing specificity sorting --- src/gf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gf.c b/src/gf.c index d9bccb30d7148..e7658b951efe5 100644 --- a/src/gf.c +++ b/src/gf.c @@ -126,7 +126,7 @@ const struct jl_typemap_info method_defs = { 0, &jl_method_type }; const struct jl_typemap_info lambda_cache = { - 0, &jl_method_instance_type + 1, &jl_method_instance_type }; const struct jl_typemap_info tfunc_cache = { 1, &jl_any_type