1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] This copyright note is auto-generated by scripts/Create-CopyPatch.
4 [COPY] T2 SDE: package/.../luajit/luajit.desc
5 [COPY] Copyright (C) 2004 - 2020 The T2 SDE Project
7 [COPY] More information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License as published by
11 [COPY] the Free Software Foundation; version 2 of the License. A copy of the
12 [COPY] GNU General Public License can be found in the file COPYING.
13 [COPY] --- T2-COPYRIGHT-NOTE-END ---
15 [I] A Just-In-Time Compiler for the Lua programming language
17 [T] LuaJIT is based on the Lua 5.1.x virtual machine and bytecode interpreter
18 [T] from lua.org. It compiles bytecode to native x86 (i386+) machine code to
19 [T] speed up the execution of Lua programs.
21 [T] An innovative trace compiler is integrated with advanced, SSA-based
22 [T] optimizations and a highly tuned code generation backend. This allows a
23 [T] substantial reduction of the overhead associated with dynamic language
24 [T] features. It's destined to break into the performance range traditionally
25 [T] reserved for offline, static language compilers.
27 [U] http://luajit.org/
29 [A] Mike Pall <mikelu-1105@mike.de>
30 [M] Rene Rebe <rene@t2-project.org>
35 [R] + arm arm64 x86 x86-64 ppc mips
40 [P] X -----5---9 149.800
42 [D] 2ddd08a1914d712d4c35d88624e1fd2227a79c7b5bccae2170690881 LuaJIT-2.1.0-beta3.tar.gz http://luajit.org/download/