Byte Compiling

Yes, but bytecode compiling is pretty fast. Nothing one usually should deal with, even think about. In theory you could precompile all files, but then you’d have to do so for each architecture. See http://lua-users.org/lists/lua-l/2005-06/msg00048.html, which discusses the bytecode portability. Something that Cie also struggles with.