简体   繁体   中英

Lua to android's Dex

Our team uses lua script to develop a mobile App, but LuaJ's performance isn't we needed. So I want to translate lua to android dex. to improve LuaJ performance. Has anybody done something similar?

I think the best performance you can get is to embed LuaJIT into your Android application. That's what mobile game engines (like CoronaSDK) do.

You will need to provide Android API to LuaJIT bindings.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM