lua-users home
lua-l archive

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


>One is that Lua is very rough
>about its approximation, and it doesn't do what I think its going to do.

In 4.1, Lua maintains the exact number of bytes malloc'ed.
The API only deals with Kbytes to get more resolution out of an int.

>I am also thinking that perhaps print() is creating orphans, but I could be
>wrong here.

Yes, print uses tostring.

--lhf