11.1Salnsn
21.1Salnsn                     SLJIT - Stack Less JIT Compiler
31.1Salnsn
41.1SalnsnPurpose:
51.1.1.3Salnsn  A simple, machine independent JIT compiler, which suitable for
61.1.1.3Salnsn  translating interpreted byte code to machine code. The sljitLir.h
71.1.1.3Salnsn  describes the LIR (low-level intermediate representation) of SLJIT.
81.1Salnsn
91.1SalnsnCompatible:
101.1Salnsn  Any C (C++) compiler. At least I hope so.
111.1Salnsn
121.1SalnsnUsing sljit:
131.1.1.3Salnsn  Copy the content of sljit_src directory into your project source directory.
141.1.1.3Salnsn  Add sljitLir.c source file to your build environment. All other files are
151.1.1.3Salnsn  included by sljitLir.c (if required). Define the machine by SLJIT_CONFIG_*
161.1.1.3Salnsn  selector. See sljitConfig.h for all possible values. For C++ compilers,
171.1.1.3Salnsn  rename sljitLir.c to sljitLir.cpp.
181.1Salnsn
191.1SalnsnMore info:
201.1Salnsn  http://sljit.sourceforge.net/
211.1Salnsn
221.1SalnsnContact:
231.1Salnsn  hzmester@freemail.hu
241.1.1.2Salnsn
251.1.1.2SalnsnSpecial thanks:
261.1.1.2Salnsn  Alexander Nasonov
271.1.1.5Salnsn  Christian Persch
281.1.1.2Salnsn  Daniel Richard G.
291.1.1.3Salnsn  Giuseppe D'Angelo
301.1.1.3Salnsn  Jiong Wang (TileGX support)
311.1.1.5Salnsn  Marc Mutz
321.1.1.4Salnsn  Michael McConville
331.1.1.4Salnsn  Walter Lee
341.1.1.4Salnsn  Wen Xichang
35