2 SLJIT - Stack Less JIT Compiler
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.
10 Any C (C++) compiler. At least I hope so.
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.
20 https://zherczeg.github.io/sljit/
27 Carlo Marcelo Arenas Belón
34 Jiong Wang (TileGX support)