Srlion
Srlion
All your prints are saying "LuaJIT 2.0.4"? `x86-64` branch is using 2.1-beta.
I'm sorry, what are you even saying? `2.1` is on all platforms in `x86-64` branch, windows or not. I don't have linux to test, but checking `lua_shared.so` brings up 
With `jit.off`  
> But does allow to be JIT-compiled once stops jumping to a (`Lua -> C -> Lua`)-call? > > Or it's not how it works? Eh, on luajit 2.1 it...
Managed to pull a better and small thing to test on (on main branch linux, haven't tested on x86-64) ```lua jit.on() local num = 1.7976931348623e308 for i = 1, 9999...
So @RaphaelIT7 decided to do some investigation and we found that `libtier0` is causing luajit to break that way, we found that by having a custom `srcds` that loads the...
Another update, raph decided to try to put more time in it, and he found this: https://github.com/RaphaelIT7/obsolete-source-engine/blob/0367c524b9688e4ece0567b3d07895e10d4fc446/tier0/memdbg.cpp#L1600 very likely it could be the reason, because it's a memory issue, plus...