1 1.1.1.2.2.2 yamt 2 1.1.1.2.2.2 yamt SLJIT - Stack Less JIT Compiler 3 1.1.1.2.2.2 yamt 4 1.1.1.2.2.2 yamt Purpose: 5 1.1.1.2.2.2 yamt A simple machine independent JIT, which suitable for interpreters and 6 1.1.1.2.2.2 yamt other dynamic tools. See sljitLir.h for more information. 7 1.1.1.2.2.2 yamt 8 1.1.1.2.2.2 yamt Compatible: 9 1.1.1.2.2.2 yamt Any C (C++) compiler. At least I hope so. 10 1.1.1.2.2.2 yamt 11 1.1.1.2.2.2 yamt Using sljit: 12 1.1.1.2.2.2 yamt Copy sljitLir.c sljitLir.h sljitConfig.h sljitExecAllocator.c and sljitNative*.c 13 1.1.1.2.2.2 yamt files into your project. Add sljitLir.c into your project. The other files are 14 1.1.1.2.2.2 yamt included by sljitLir.c (when required). Define the machine by SLJIT_CONFIG_* 15 1.1.1.2.2.2 yamt selector. See sljitConfig.h for all possible values. For C++ compilers, rename 16 1.1.1.2.2.2 yamt sljitLir.c to sljitLir.cpp. 17 1.1.1.2.2.2 yamt 18 1.1.1.2.2.2 yamt More info: 19 1.1.1.2.2.2 yamt http://sljit.sourceforge.net/ 20 1.1.1.2.2.2 yamt 21 1.1.1.2.2.2 yamt Contact: 22 1.1.1.2.2.2 yamt hzmester (a] freemail.hu 23 1.1.1.2.2.2 yamt 24 1.1.1.2.2.2 yamt Special thanks: 25 1.1.1.2.2.2 yamt Alexander Nasonov 26 1.1.1.2.2.2 yamt Daniel Richard G. 27