Re: Projects I may be willing to sponsor

  • From: Javier Guerra Giraldez <javier@xxxxxxxxxxx>
  • To: LuaJIT <luajit@xxxxxxxxxxxxx>
  • Date: Wed, 10 Dec 2014 14:13:03 -0500

On Wed, Dec 10, 2014 at 1:45 PM, Szabó Antal <szabo.antal.92@xxxxxxxxx> wrote:
> Also, the way you want to compile a lua script into an executable is
> impossible with LuaJIT, it's a tracing JIT, which means it only compiles
> parts of the code which is executed frequently, the rest is interpreted.


true, but "luajit -b xxx.lua xxx.obj" creates a linkable .obj file
that contains the bytecode and you can use to create a "single .exe
program".  docs and examples at http://luajit.org/running.html



-- 
Javier

Other related posts: