lua-users home
lua-l archive

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


>> Loading the scripts should be faster. Have you measure just that?
>
>Yes loading them is faster than loading bytecode, which I find a bit
>strange since bytecode doesnt need to be parsed.

So do I. I meant, loading bytecode should be faster. Are you cross-compiling?
I mean, is it bytecode compiled in a machine with different endianness?
--lhf