lua-users home
lua-l archive

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


Hi!

If I am using LUA in minimal configuration (like min.c), no C
extensions,  and use reentrant stdio lib, can I use the same code in
different threads? With different lua script files, but the same code
for interpreter & compiler.

In case of minimum script, like hello.lua, how many memory for DATA
and STACK I will need (approximately).

I am intending to use LUA in stand-alone embedded system, based on uCOS
RTOS.


Thank you in advance for help!

Evgeny Belyanko.