diff options
author | Mike Pall <mike> | 2010-02-23 18:27:39 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2010-02-23 19:41:32 +0100 |
commit | 8ae2f9feaaed874e01a87df6646242b80acceabb (patch) | |
tree | 0c0e030b007a4ef5b663476f4142f1f860ee3675 /src/lj_dispatch.h | |
parent | d5c8fe4b90c54cbd03924d3eaf04d83dcf2f3cb8 (diff) | |
download | luajit-8ae2f9feaaed874e01a87df6646242b80acceabb.tar.gz luajit-8ae2f9feaaed874e01a87df6646242b80acceabb.tar.bz2 luajit-8ae2f9feaaed874e01a87df6646242b80acceabb.zip |
Randomize penalties for aborts and add blacklisting.
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 |