Search found 2 matches

by SamuraiCrow
Thu Feb 17, 2011 6:27 pm
Forum: Support and Development
Topic: Statically compiled scripts using LLVM-Lua?
Replies: 4
Views: 2623

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.
by SamuraiCrow
Thu Feb 17, 2011 6:20 pm
Forum: Support and Development
Topic: Statically compiled scripts using LLVM-Lua?
Replies: 4
Views: 2623

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.