| ReadyTalk/avian |
1,178 |
|
0 |
0 |
over 5 years ago |
1 |
February 27, 2018 |
38 |
other |
C++ |
| [INACTIVE] Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications. |
| sol-prog/x86-64-minimal-JIT-compiler-Cpp |
52 |
|
0 |
0 |
almost 8 years ago |
0 |
|
0 |
gpl-3.0 |
C++ |
| Writing a minimal x86-64 JIT compiler in C++ |
| skeeto/bf-x86 |
24 |
|
0 |
0 |
over 3 years ago |
0 |
|
1 |
unlicense |
C |
| x86_64 brainfuck compiler |
| evilsocket/SoftWire |
19 |
|
0 |
0 |
almost 17 years ago |
0 |
|
0 |
gpl-3.0 |
C++ |
| SoftWire is a class library written in object-oriented C++ for compiling assembly code. It can be used in projects to generate x86 machine code at run-time as an alternative to self-modifying code. Scripting languages might also benefit by using SoftWire as a JIT-compiler back-end. It also allows to eliminate jumps for variables which are temporarily constant during run-time, like for efficient graphics processing by constructing an optimised pipeline. Because of its possibility for 'instruction rewiring' by run-time conditional compilation, I named it "SoftWire". It is targeted only at developers with a good knowledge of C++ and x86 assembly. Project originally by Nicolas Capens, new implementation by Simone Margaritelli aka evilsocket |
| paulfloyd/freebsd_valgrind |
14 |
|
0 |
0 |
over 2 years ago |
0 |
|
11 |
gpl-2.0 |
C |
| Git repo used to Upstream the FreeBSD Port of Valgrind |
| CapsAdmin/moondust |
12 |
|
0 |
0 |
about 4 years ago |
0 |
|
0 |
|
Lua |
| small x86-64 jit compiler written in luajit |
| toastedcornflakes/JIT_brainfuck |
10 |
|
0 |
0 |
over 9 years ago |
0 |
|
0 |
bsd-3-clause |
C |
| A JIT compiler for brainfuck targeting x86_64 |