Does Corona do any form of JIT or AOT compilation?

I was wondering whether Corona SDK is doing some sort of Just-in-Time or Ahead-of-Time compilation of Lua code. If so, is it using LuaJIT or a proprietary solution? Or something entirely different?

Our build process converts to bytecode, but I don’t think we are using anything like LuaJIT.  The simulator while running there is running interpreted Lua.

Rob

Thanks, Rob! That’s helpful.

Our build process converts to bytecode, but I don’t think we are using anything like LuaJIT.  The simulator while running there is running interpreted Lua.

Rob

Thanks, Rob! That’s helpful.