Files
lua/testes/gengc.lua
Roberto I 0b29f40843 Bug: UB when applying GC parameter
When computing whether Lua should return from gen-major to gen-minor,
the difference between the total memory and the previous total memory
can be negative, which can result in that negative value being
left-shifted (UB).
2026-09-16 14:18:11 -03:00

7.3 KiB