Debugging
The LuaJIT bug that silently poisoned hot loops — and the Lua community that won't move forward
The bug
Here’s a sentence that should terrify anyone who writes performance-sensitive code: a function that never executes can slow down a completely unrelated hot loop by 20x.
That’s not a hypothetical. That’s what was documented this week in an investigation on r/programming — …