Skip to content

Commit

Permalink
Marked heuristic "Same compilation unit" as slow
Browse files Browse the repository at this point in the history
HEUR: Mark heuristic "Same compilation unit" as slow.
  • Loading branch information
joxeankoret committed Apr 9, 2024
1 parent 08753cd commit a1575a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diaphora_heuristics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1575a1

Please sign in to comment.