From 6523585c66c04cea54df50013df8886b589847d8 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 23 Jan 2012 23:36:30 +1000 Subject: Add luaproc and LuaJIT libraries. Two versions of LuaJIT, the stable release, and the dev version. Try the dev version first, until ih fails badly. --- libraries/LuaJIT-1.1.7/jitdoc/luajit.html | 109 ++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 libraries/LuaJIT-1.1.7/jitdoc/luajit.html (limited to 'libraries/LuaJIT-1.1.7/jitdoc/luajit.html') diff --git a/libraries/LuaJIT-1.1.7/jitdoc/luajit.html b/libraries/LuaJIT-1.1.7/jitdoc/luajit.html new file mode 100644 index 0000000..f9a7245 --- /dev/null +++ b/libraries/LuaJIT-1.1.7/jitdoc/luajit.html @@ -0,0 +1,109 @@ + + + +LuaJIT + + + + + + + + +
+Lua +
+ + +
+

+LuaJIT is a Just-In-Time Compiler for the Lua +programming language. +

+

+Lua is a powerful, light-weight programming language designed +for extending applications. Lua is also frequently used as a +general-purpose, stand-alone language. More information about +Lua can be found at: » http://www.lua.org/ +

+

+LuaJIT 1.x is based on the Lua 5.1.x virtual machine and bytecode interpreter +from lua.org. It compiles bytecode to native x86 (i386+) machine code +to speed up the execution of Lua programs. +

+

+LuaJIT depends on Coco to allow yielding +from coroutines for JIT compiled functions. Coco is part of the +LuaJIT distribution. +

+

+LuaJIT is Copyright © 2005-2011 Mike Pall. +LuaJIT is free software, released under the +» MIT/X license +(same license as the Lua core). +

+

More ...

+

+Click on the LuaJIT sub-topics in the navigation bar to learn more +about LuaJIT. +

+

+LuaJIT 2.0 is available with much improved performance!
+Please visit the » Download page to fetch +the current version of LuaJIT. +

+
+
+ + + -- cgit v1.1