[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua/LuaJIT2 performance on Android
- From: Mike Pall <mikelu-1104@...>
- Date: Tue, 19 Apr 2011 15:48:58 +0200
David Given wrote:
> So it looks like, somehow, it's not loading the standard library. I've
> stepped through and luaopen_io() is definitely being called, though...
No, it's a much more subtle issue with unaligned accesses. Trying
to fix it, will take a while.
> Incidentally, it's connected to the internet, so if an account would be
> useful for debugging, let me know.
Thank you for the offer! I already got a login from Rob Kendrick
and I'm debugging on it right now.
> > Also ... what message about x64? I don't think there should be any.
>
> The beginning of the build log says:
>
> DYNASM buildvm_x64.h
Well, DynASM is invoked for all archs, even those which are not
used later on (but the public repo should have pre-built files).
--Mike
- References:
- Lua/LuaJIT2 performance on Android, Michal Kottman
- Re: Lua/LuaJIT2 performance on Android, Mike Pall
- Re: Lua/LuaJIT2 performance on Android, Adam Strzelecki
- Re: Lua/LuaJIT2 performance on Android, Mike Pall
- Re: Lua/LuaJIT2 performance on Android, Josh Haberman
- Re: Lua/LuaJIT2 performance on Android, Mike Pall
- Re: Lua/LuaJIT2 performance on Android, Josh Haberman
- Re: Lua/LuaJIT2 performance on Android, David Given
- Re: Lua/LuaJIT2 performance on Android, Mike Pall
- Re: Lua/LuaJIT2 performance on Android, David Given