diff options
Diffstat (limited to 'src/lj_dispatch.h')
-rw-r--r-- | src/lj_dispatch.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lj_dispatch.h b/src/lj_dispatch.h index dd4f68fe..c50d33ac 100644 --- a/src/lj_dispatch.h +++ b/src/lj_dispatch.h | |||
@@ -20,6 +20,10 @@ typedef uint16_t HotCount; | |||
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 | 22 | ||
23 | /* Hotcount decrements. */ | ||
24 | #define HOTCOUNT_LOOP 2 | ||
25 | #define HOTCOUNT_CALL 1 | ||
26 | |||
23 | /* This solves a circular dependency problem -- bump as needed. Sigh. */ | 27 | /* This solves a circular dependency problem -- bump as needed. Sigh. */ |
24 | #define GG_NUM_ASMFF 62 | 28 | #define GG_NUM_ASMFF 62 |
25 | 29 | ||