From a1575a1a97a1349cc06804da5114ceda31f480a1 Mon Sep 17 00:00:00 2001 From: "joxeankoret@yahoo.es" Date: Tue, 9 Apr 2024 09:31:26 +0200 Subject: [PATCH] Marked heuristic "Same compilation unit" as slow HEUR: Mark heuristic "Same compilation unit" as slow. --- diaphora_heuristics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diaphora_heuristics.py b/diaphora_heuristics.py index 378f989..de1b167 100644 --- a/diaphora_heuristics.py +++ b/diaphora_heuristics.py @@ -408,7 +408,7 @@ def get_query_fields(heur, quote=True): and df.nodes > 4 and (substr(f.name, 1, 4) = 'sub_' or substr(df.name, 1, 4) == 'sub_') %POSTFIX% """, - "flags":[] + "flags":[HEUR_FLAG_SLOW] }) # Adding a DISTINCT and an ORDER BY clause in this query causes SQLite to create