diff options
author | Mike Pall <mike> | 2023-08-29 22:30:57 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2023-08-29 22:30:57 +0200 |
commit | 356231edafc7e0d6a22488f461c7139341ab1977 (patch) | |
tree | d0808a24e0e110d190690aa7783f7aeb69634d0a /src | |
parent | 83954100dba9fc0cf5eeaf122f007df35ec9a604 (diff) | |
parent | c6ee7e19d107b4f9a140bb2ccf99162e26318c69 (diff) | |
download | luajit-356231edafc7e0d6a22488f461c7139341ab1977.tar.gz luajit-356231edafc7e0d6a22488f461c7139341ab1977.tar.bz2 luajit-356231edafc7e0d6a22488f461c7139341ab1977.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'src')
-rw-r--r-- | src/lj_jit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_jit.h b/src/lj_jit.h index 19810639..6902fba3 100644 --- a/src/lj_jit.h +++ b/src/lj_jit.h | |||
@@ -105,7 +105,7 @@ | |||
105 | /* -- JIT engine parameters ----------------------------------------------- */ | 105 | /* -- JIT engine parameters ----------------------------------------------- */ |
106 | 106 | ||
107 | #if LJ_TARGET_WINDOWS || LJ_64 | 107 | #if LJ_TARGET_WINDOWS || LJ_64 |
108 | /* See: http://blogs.msdn.com/oldnewthing/archive/2003/10/08/55239.aspx */ | 108 | /* See: https://devblogs.microsoft.com/oldnewthing/20031008-00/?p=42223 */ |
109 | #define JIT_P_sizemcode_DEFAULT 64 | 109 | #define JIT_P_sizemcode_DEFAULT 64 |
110 | #else | 110 | #else |
111 | /* Could go as low as 4K, but the mmap() overhead would be rather high. */ | 111 | /* Could go as low as 4K, but the mmap() overhead would be rather high. */ |