lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Speaking of magic numbers, why are the GC values reported in kbytes
> instead of simply bytes?

To avoid range problems.

-- Roberto