1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-06-09 10:29:35 +00:00

Update default JIT parameters with improved VM16

This commit is contained in:
David Schmenk 2024-01-16 21:57:25 -08:00
parent 1d88369ae0
commit 12216fcab5

View File

@ -60,8 +60,8 @@ if *jitcomp
return 0
fin
*jitcomp = @compiler
cmdsys.jitcount = 32
cmdsys.jitsize = 96
cmdsys.jitcount = 48
cmdsys.jitsize = 128
puts("16-bit VM/JITC enabled\n")
return modkeep
done