Re: 回复: To close luajit jit functions

  • From: Mike Pall <mike-1407@xxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Fri, 11 Jul 2014 11:38:12 +0200

哎呀 wrote:
> I want to use luajit's bytecode in IOS. The code cannot operate, but can 
> operate successfully only in source code. How can I make byteocode operate 
> successfully in IOS platform.

You need to translate the bytecode on your OSX host with LuaJIT,
not with Lua. See: http://luajit.org/running.html#opt_b

There's no need to turn off the JIT compiler on iOS. It's not
compiled in at all.

--Mike

Other related posts: