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