I am working on changes to Lua that will make it easier to run scripts with an memory limit.
My Pages
My posts to lua-l [1]
My nickname on #lua [2] is neopallium
Page bookmarks
My TODO/wish list
These are ideas/feature I want added to Lua. When I have time I will work on adding them.
- StringBuffer?, Java String objects are immutable just like Lua strings are, but Java has a [StringBuffer] class to support mutable strings. The [xstring module] might be usable for this.
- Lua+LLVM, I have been thinking about using the LLVM back-end compiler/JIT to compile Lua bytecode into machine code for faster execution. LLVM also includes a lot of optimization algorithms. I already know about the LuaJIT project, but it only supports 32bit x86 native code. LLVM supports 32/64bit x86 and Powerpc
FindPage · RecentChanges · preferences
edit · history
Last edited July 15, 2008 10:45 pm GMT (diff)