cslarsen / minijit
A basic x86-64 JIT compiler written from scratch in stock Python
☆226Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for minijit
- Implementation of the LLVM tutorial in Python☆292Updated 8 years ago
- Compile a subset of the Python AST to x64-64 assembler☆139Updated 7 months ago
- An implementation of Scheme in Python and C++☆169Updated 6 months ago
- Educational open-source CPU suite (with assembler, linker and simulator)☆161Updated 6 months ago
- C Python, made faster.☆344Updated 9 years ago
- x86-64 assembler library☆471Updated 3 years ago
- A tiny 1000 line LLVM-based numeric specializer for scientific Python code.☆405Updated 2 years ago
- a little JIT VM language for (probably/eventually) terminal UI apps.☆62Updated 6 years ago
- Python bindings for LLVM auto-generated from the LLVM-C API☆210Updated 4 months ago
- C parser and interpreter written in Python with automatic ctypes interface generation☆347Updated 5 years ago
- Toy Green Threads for C.☆195Updated 7 years ago
- A sunny little virtual machine☆523Updated 9 years ago
- LLVM compiler for python based on py2llvm☆133Updated 9 years ago
- A tiny x86 compiler with ELF and PE target☆181Updated 10 months ago
- The latest development version of rose. It may not pass all regression tests.☆108Updated 5 years ago
- Experiments for the official PEG parser generator for Python☆275Updated 7 months ago
- A simple virtual machine w/constant folding implemented in Python☆121Updated 4 years ago
- Tiny system call tracer and debugger☆112Updated 6 years ago
- A curated list of awesome JIT frameworks, libraries, software and resources☆445Updated 6 months ago
- como-lang-ng is now ana-lang, located at https://github.com/analang/ana☆342Updated 5 years ago
- Originally a github fork of the llvm-py repository from http://www.mdevan.org/llvm-py/index.html updated to work with LLVM 3.x. Since th…☆401Updated 9 years ago
- Database of CPU Opcodes☆241Updated 9 months ago
- This repository contains a tutorial for a quick start in how to write a register allocator using LLVM☆267Updated 5 years ago
- GCC Tiny front-end☆102Updated 7 years ago
- Automatically exported from code.google.com/p/tinypy☆236Updated 7 months ago
- x86 (MS-DOS) documentation, disassembler and emulator - WIP☆305Updated 7 years ago
- A simple x86 emulator, debugger, and editor in JavaScript.☆103Updated last year
- Measuring cmov vs branch-mov performance☆79Updated 6 years ago
- Teach myself about interpreters, JITs, and compilers using the Brainfuck language as the toy language☆83Updated 2 years ago