NameDateSize

..Today75

API_CHANGESH A D20-Jan-20194 KiB

doc/H10-Nov-202553

INTERNAL_CHANGESH A D17-Jun-2014245

MakefileH A D20-Jan-20192.3 KiB

READMEH A D20-Jan-2019943

regex_src/H10-Nov-202572

sljit_src/H10-Nov-20254 KiB

test_src/H10-Nov-202555

README

1
2                     SLJIT - Stack Less JIT Compiler
3
4Purpose:
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.
8
9Compatible:
10  Any C (C++) compiler. At least I hope so.
11
12Using 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.
18
19More info:
20  http://sljit.sourceforge.net/
21
22Contact:
23  hzmester@freemail.hu
24
25Special thanks:
26  Alexander Nasonov
27  Christian Persch
28  Daniel Richard G.
29  Giuseppe D'Angelo
30  Jiong Wang (TileGX support)
31  Marc Mutz
32  Michael McConville
33  Walter Lee
34  Wen Xichang
35