Skip to content

Commit b4e5da0

Browse files
committed
increase sizemcode for macos
1 parent 0d54028 commit b4e5da0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nattlua/other/jit_options.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function jit_options.SetOptimized()
145145
-- size of each machine code area (in KBytes).
146146
-- See: https://devblogs.microsoft.com/oldnewthing/20031008-00/?p=42223
147147
-- Could go as low as 4K, but the mmap() overhead would be rather high.
148-
sizemcode = 64, -- default: jit.os == "Windows" or GC64 and 64 or 32
148+
sizemcode = 512, -- default: jit.os == "Windows" or GC64 and 64 or 32
149149
-- trace size limits
150150
maxrecord = 8000, -- default: 4000 | Max number of recorded IR instructions
151151
maxirconst = 2000, -- default: 500 | Max number of IR constants of a trace

0 commit comments

Comments
 (0)