lua-users home
lua-l archive

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


> -----Message d'origine-----
> De : lua-bounces@bazar2.conectiva.com.br [mailto:lua-bounces@bazar2.conectiva.com.br] De la part de rubanetz
>
>   If anyone encountered such problems, please write your suggestions.

Couldn't this just be a cross-platform compatibility problem? Do luac-generated bytecodes on X-endian platform work with an Y-endian virtual machine? Similarly, you'll definitely have problems if luac and your target virtual machine don't share the same word size, number type, or whatnot.