Page 1 of 1

love and lua-llvm

Posted: Thu Aug 19, 2010 6:35 pm
by pnpbios
Love has kept my interest, but I seldom have time to work with it. I had recently found out about a project called llvm-lua and was wondering what the practicalities of getting love to work with it would be? The two advantages being - it would be packaged to a native executable, and since it would be compiled, games could run with significantly more performance.

So what do you guys think?


http://code.google.com/p/llvm-lua/

Re: love and lua-llvm

Posted: Thu Aug 19, 2010 8:07 pm
by Luiji
I like this idea, but I'd like to still be able to run interpreted Lua scripts in .LOVE files.

Re: love and lua-llvm

Posted: Wed Aug 25, 2010 6:54 pm
by Robin
Not a good idea -- Lua is fast enought, native binaries mean less portability and more hassle for game creators.