diff options
Diffstat (limited to 'src/lj_dispatch.h')
-rw-r--r-- | src/lj_dispatch.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lj_dispatch.h b/src/lj_dispatch.h index 1aa7dae0..5ef9dcd4 100644 --- a/src/lj_dispatch.h +++ b/src/lj_dispatch.h | |||
@@ -19,8 +19,6 @@ typedef uint16_t HotCount; | |||
19 | /* Number of hot counter hash table entries (must be a power of two). */ | 19 | /* Number of hot counter hash table entries (must be a power of two). */ |
20 | #define HOTCOUNT_SIZE 64 | 20 | #define HOTCOUNT_SIZE 64 |
21 | #define HOTCOUNT_PCMASK ((HOTCOUNT_SIZE-1)*sizeof(HotCount)) | 21 | #define HOTCOUNT_PCMASK ((HOTCOUNT_SIZE-1)*sizeof(HotCount)) |
22 | #define HOTCOUNT_MIN_PENALTY 103 | ||
23 | #define HOTCOUNT_MAX_PENALTY 60000 | ||
24 | 22 | ||
25 | /* This solves a circular dependency problem -- bump as needed. Sigh. */ | 23 | /* This solves a circular dependency problem -- bump as needed. Sigh. */ |
26 | #define GG_NUM_ASMFF 62 | 24 | #define GG_NUM_ASMFF 62 |