mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
parent
0ef51b495f
commit
c6ee7e19d1
@ -86,7 +86,7 @@
|
|||||||
#define JIT_F_OPT_DEFAULT JIT_F_OPT_3
|
#define JIT_F_OPT_DEFAULT JIT_F_OPT_3
|
||||||
|
|
||||||
#if LJ_TARGET_WINDOWS || LJ_64
|
#if LJ_TARGET_WINDOWS || LJ_64
|
||||||
/* See: http://blogs.msdn.com/oldnewthing/archive/2003/10/08/55239.aspx */
|
/* See: https://devblogs.microsoft.com/oldnewthing/20031008-00/?p=42223 */
|
||||||
#define JIT_P_sizemcode_DEFAULT 64
|
#define JIT_P_sizemcode_DEFAULT 64
|
||||||
#else
|
#else
|
||||||
/* Could go as low as 4K, but the mmap() overhead would be rather high. */
|
/* Could go as low as 4K, but the mmap() overhead would be rather high. */
|
||||||
|
Loading…
Reference in New Issue
Block a user