[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: luac -s produced bad code (Lua 5.0)
- From: Benoit Germain <bgermain@...>
- Date: Mon, 17 May 2010 15:56:13 +0200
> -----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.