lua-users home
lua-l archive

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


I noticed that luac has a optimize option. 
When I do a dofile() on a uncompiled lua file or dostring() on a string 
in Lua, are they compiled optimized in the same way as luac -O? 

Steve