forked from zherczeg/sljit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
40 lines (33 loc) · 1.02 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
SLJIT - Stack Less JIT Compiler
Purpose:
A simple, machine independent JIT compiler, which suitable for
translating interpreted byte code to machine code. The sljitLir.h
describes the LIR (low-level intermediate representation) of SLJIT.
Compatible:
Any C (C++) compiler. At least I hope so.
Using sljit:
Copy the content of sljit_src directory into your project source directory.
Add sljitLir.c source file to your build environment. All other files are
included by sljitLir.c (if required). Define the machine by SLJIT_CONFIG_*
selector. See sljitConfig.h for all possible values. For C++ compilers,
rename sljitLir.c to sljitLir.cpp.
More info:
https://zherczeg.github.io/sljit/
Contact:
hzmester@freemail.hu
Special thanks:
Alexander Nasonov
Carlo Marcelo Arenas Belón
Christian Persch
Daniel Richard G.
Giuseppe D'Angelo
H.J. Lu
James Cowgill
Jason Hood
Jiong Wang (TileGX support)
Marc Mutz
Martin Storsjö
Michael McConville
Walter Lee
Wen Xichang
YunQiang Su