Skip to content

Commit

Permalink
Reinstate hash randomization
Browse files Browse the repository at this point in the history
Disabled to get stable spesh logs, and accidentally committed.
  • Loading branch information
jnthn committed Jul 29, 2021
1 parent 3ff82a7 commit c66c96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/moar.h
Expand Up @@ -99,7 +99,7 @@ typedef double MVMnum64;

/* Hashes */
#define HASH_DEBUG_ITER 0
#define MVM_HASH_RANDOMIZE 0
#define MVM_HASH_RANDOMIZE 1
#define MVM_HASH_MAX_PROBE_DISTANCE 255
#define MVM_HASH_INITIAL_BITS_IN_METADATA 5

Expand Down

0 comments on commit c66c96c

Please sign in to comment.