thegrb93 / StarfallEx

Starfall, but with active development and more features. Write Garry's mod chips similar to E2, but in lua
https://discord.gg/yFBU8PU
Other
199 stars 110 forks source link

Bad performance on x64 branch with jit #982

Open thegrb93 opened 3 years ago

thegrb93 commented 3 years ago

https://github.com/Facepunch/garrysmod-issues/issues/4100

thegrb93 commented 3 years ago

A good work-around is to add jit.off() in lua/include/init.lua

thegrb93 commented 3 years ago

Going to try this https://github.com/PAC3-Server/notagain/blob/master/lua/notagain/optimizations/preinit/luaify.lua#L6-L76