jmpnz / jit-explorations

Exploring JIT compilation, runtimes and compilation paradigms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jit-explorations

Mostly small stuff written while learning more about JITs.

Most of the code is designed to build x86-64 ELF binaries with some code for AArch64 for Apple Silicon.

To run the x86-64 ELF binaries we use Blink.

A build and assembly script is provided in assemble-x86.sh.

About

Exploring JIT compilation, runtimes and compilation paradigms


Languages

Language:Assembly 38.6%Language:Rust 26.0%Language:C++ 18.2%Language:C 15.4%Language:Shell 1.3%Language:Brainfuck 0.6%