Home | History | Annotate | Line # | Download | only in dist
README revision 1.1
      1  1.1  alnsn 
      2  1.1  alnsn                      SLJIT - Stack Less JIT Compiler
      3  1.1  alnsn 
      4  1.1  alnsn Purpose:
      5  1.1  alnsn   A simple machine independent JIT, which suitable for interpreters and
      6  1.1  alnsn   other dynamic tools. See sljitLir.h for more information.
      7  1.1  alnsn 
      8  1.1  alnsn Compatible:
      9  1.1  alnsn   Any C (C++) compiler. At least I hope so.
     10  1.1  alnsn 
     11  1.1  alnsn Using sljit:
     12  1.1  alnsn   Copy sljitLir.c sljitLir.h sljitConfig.h sljitExecAllocator.c and sljitNative*.c
     13  1.1  alnsn   files into your project. Add sljitLir.c into your project. The other files are
     14  1.1  alnsn   included by sljitLir.c (when required). Define the machine by SLJIT_CONFIG_*
     15  1.1  alnsn   selector. See sljitConfig.h for all possible values. For C++ compilers, rename
     16  1.1  alnsn   sljitLir.c to sljitLir.cpp.
     17  1.1  alnsn 
     18  1.1  alnsn More info:
     19  1.1  alnsn   http://sljit.sourceforge.net/
     20  1.1  alnsn 
     21  1.1  alnsn Contact:
     22  1.1  alnsn   hzmester (a] freemail.hu
     23