mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-04-18 21:19:19 +00:00
Mirror of the LuaJIT git repository
![]() s390x (IBM Z) is an architecture of server computers produced by IBM. It is supported by a number of open source code generators, such as GCC, LLVM, OpenJDK, eBPF, QEMU, Valgrind and Cranelift. One of the missing pieces in the ecosystem support is LuaJIT. The s390x support for LuaJIT was initially developed by @ketank-new, @mundaym and @niravthakkar. It found its way into moonjit and luajit2 forks, as well as Fedora distro (as a patch). There were also smaller contributions by @preetikhorjuvenkar, @Bisht13, @velemas, @AlekseiNikiforovIBM, and @iii-i. This is a cumulative patch of the DynASM changes from this work. It contains all the contributions squashed together, plus minor stylistic cleanups. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> |
||
---|---|---|
doc | ||
dynasm | ||
etc | ||
src | ||
.gitattributes | ||
.gitignore | ||
.relver | ||
COPYRIGHT | ||
Makefile | ||
README |
README for LuaJIT 2.1 --------------------- LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. Project Homepage: https://luajit.org/ LuaJIT is Copyright (C) 2005-2023 Mike Pall. LuaJIT is free software, released under the MIT license. See full Copyright Notice in the COPYRIGHT file or in luajit.h. Documentation for LuaJIT is available in HTML format. Please point your favorite browser to: doc/luajit.html