luajit

LuaJit increase stack/heap size

Hi, I keep getting a out of memory error in LuaJit. How do I increase the stack or heap size? Thanks ...

Do file only once in Lua

Hi, I was wondering if there's a way to do a lua file only once and have any subsequent attempts to do that lua file will result in a no-op. I've already thought about doing something akin to C++ header's #if/else/endif trick. I'm wondering if there's a standard way to implement this. James ...

Sun JVMs JIT compiler in comparison to others

Are there any benchmarks or technical comparisons about the different approaches which compare Sun's JVM JIT compiler to LuaJIT2 or the LLVM JIT? For example, a possible framework to compare different JIT engines was presented here. Of course there are many possible ways you can benchmark different JIT compilers. Are there any results? ...