We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d54028 commit b4e5da0Copy full SHA for b4e5da0
1 file changed
nattlua/other/jit_options.lua
@@ -145,7 +145,7 @@ function jit_options.SetOptimized()
145
-- size of each machine code area (in KBytes).
146
-- See: https://devblogs.microsoft.com/oldnewthing/20031008-00/?p=42223
147
-- 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
+ sizemcode = 512, -- default: jit.os == "Windows" or GC64 and 64 or 32
149
-- trace size limits
150
maxrecord = 8000, -- default: 4000 | Max number of recorded IR instructions
151
maxirconst = 2000, -- default: 500 | Max number of IR constants of a trace
0 commit comments