Files
lua/ldo.c
Roberto I 8511e90b7d Bug: GC checks stack space before running finalizer
If some stack does not have a minimum available space, the GC defers
calling a finalizer until the next cycle. That avoids errors while
running a finalizer that the programmer cannot control.
2026-07-22 14:42:55 -03:00

35 KiB