Search found 2 matches
- Thu Feb 17, 2011 6:27 pm
- Forum: Support and Development
- Topic: Statically compiled scripts using LLVM-Lua?
- Replies: 4
- Views: 2717
Re: Statically compiled scripts using LLVM-Lua?
Found a previous post about it. It's kind of a shame though. LLVM-Lua has a really nice optimizer even when using JIT-compiled code.
- Thu Feb 17, 2011 6:20 pm
- Forum: Support and Development
- Topic: Statically compiled scripts using LLVM-Lua?
- Replies: 4
- Views: 2717
Statically compiled scripts using LLVM-Lua?
I saw a thread about using LuaJIT for Love2D scripts. I was wondering if anyone has tried LLVM-Lua integration for Love2D. Personally, being able to use a statically compiled version of the executables not dependent on the Love engine sounds like a winner to me.