Skip to content

Commit e42bd66

Browse files
committed
Enable HASH_CODE by default to avoid repeated hash computation
On SV-COMP benchmarks, hashing accounts for >22% of CPU time (with profiling enabled).
1 parent 18da0b1 commit e42bd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/irep.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Author: Daniel Kroening, [email protected]
1717
#include "irep_ids.h"
1818

1919
#define SHARING
20-
// #define HASH_CODE
20+
#define HASH_CODE
2121
// #define NAMED_SUB_IS_FORWARD_LIST
2222

2323
#ifdef NAMED_SUB_IS_FORWARD_LIST

0 commit comments

Comments
 (0)