Support reworked floating point compare on s390x
[sljit.git] / README
blob1fc2337e412d47a4f5d1da7e152273eab5d63c4f
2                      SLJIT - Stack Less JIT Compiler
4 Purpose:
5   A simple, machine independent JIT compiler, which suitable for
6   translating interpreted byte code to machine code. The sljitLir.h
7   describes the LIR (low-level intermediate representation) of SLJIT.
9 Compatible:
10   Any C (C++) compiler. At least I hope so.
12 Using sljit:
13   Copy the content of sljit_src directory into your project source directory.
14   Add sljitLir.c source file to your build environment. All other files are
15   included by sljitLir.c (if required). Define the machine by SLJIT_CONFIG_*
16   selector. See sljitConfig.h for all possible values. For C++ compilers,
17   rename sljitLir.c to sljitLir.cpp.
19 More info:
20   https://zherczeg.github.io/sljit/
22 Contact:
23   hzmester@freemail.hu
25 Special thanks:
26   Alexander Nasonov
27   Carlo Marcelo Arenas Belón
28   Christian Persch
29   Daniel Richard G.
30   Giuseppe D'Angelo
31   H.J. Lu
32   James Cowgill
33   Jason Hood
34   Jiong Wang (TileGX support)
35   Marc Mutz
36   Martin Storsjö
37   Michael McConville
38   Walter Lee
39   Wen Xichang
40   YunQiang Su