All Projects → Jit Compiler → Similar Projects or Alternatives

790 Open source projects that are alternatives of or similar to Jit Compiler

Minijit
A basic x86-64 JIT compiler written from scratch in stock Python
Stars: ✭ 185 (+164.29%)
Mutual labels:  compiler, jit, jit-compiler, x86-64
Dora
Dora VM
Stars: ✭ 371 (+430%)
Mutual labels:  compiler, jit, x86-64
Dynarmic
An ARM dynamic recompiler.
Stars: ✭ 475 (+578.57%)
Mutual labels:  compiler, jit, x86-64
Mir
A light-weight JIT compiler based on MIR (Medium Internal Representation)
Stars: ✭ 1,075 (+1435.71%)
Mutual labels:  compiler, jit-compiler, x86-64
kcs
Scripting in C with JIT(x64)/VM.
Stars: ✭ 25 (-64.29%)
Mutual labels:  x86-64, jit, jit-compiler
Asmjit
Machine code generation for C++
Stars: ✭ 2,874 (+4005.71%)
Mutual labels:  compiler, jit, x86-64
vox
Vox language compiler. AOT / JIT / Linker. Zero dependencies
Stars: ✭ 288 (+311.43%)
Mutual labels:  x86-64, jit
Evoasm.rb
An AIMGP (Automatic Induction of Machine code by Genetic Programming) engine
Stars: ✭ 91 (+30%)
Mutual labels:  jit, x86-64
B2dpipe
2D Pipeline Compiler.
Stars: ✭ 51 (-27.14%)
Mutual labels:  compiler, jit
Jitfromscratch
Example project from my talks in the LLVM Social Berlin and C++ User Group
Stars: ✭ 158 (+125.71%)
Mutual labels:  compiler, jit
Wag
WebAssembly compiler implemented in Go
Stars: ✭ 177 (+152.86%)
Mutual labels:  compiler, x86-64
Openj9
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Stars: ✭ 2,802 (+3902.86%)
Mutual labels:  compiler, jit
Leekscript V2
A dynamically typed, compiled just-in-time programming language used in Leek Wars' AIs
Stars: ✭ 46 (-34.29%)
Mutual labels:  compiler, jit
Enso Archive
Looking for Enso, the visual programming language? ➡️ https://github.com/enso-org/enso
Stars: ✭ 305 (+335.71%)
Mutual labels:  compiler, jit
cult
CPU Ultimate Latency Test.
Stars: ✭ 67 (-4.29%)
Mutual labels:  x86-64, jit
Mazucc
A minimalist C compiler with x86_64 code generation
Stars: ✭ 437 (+524.29%)
Mutual labels:  compiler, x86-64
Zetavm
Multi-Language Platform for Dynamic Programming Languages
Stars: ✭ 592 (+745.71%)
Mutual labels:  jit, jit-compiler
Jphp
JPHP - an implementation of PHP on Java VM
Stars: ✭ 1,665 (+2278.57%)
Mutual labels:  compiler, jit
Babygo
Go compiler made from scratch, which can compile itself. It's going to be the smallest and simplest go compiler in the world.
Stars: ✭ 143 (+104.29%)
Mutual labels:  compiler, x86-64
Cranelift
Cranelift code generator
Stars: ✭ 2,485 (+3450%)
Mutual labels:  compiler, jit
Jitboy
A Game Boy emulator with dynamic recompilation (JIT)
Stars: ✭ 190 (+171.43%)
Mutual labels:  jit, jit-compiler
dynarmic
An ARM dynamic recompiler.
Stars: ✭ 675 (+864.29%)
Mutual labels:  x86-64, jit
AheuiJIT
Aheui JIT compiler for PC and web
Stars: ✭ 27 (-61.43%)
Mutual labels:  x86-64, jit
basil
Fast and flexible language exploring partial evaluation, context-sensitive parsing, and metaprogramming. Compiles JIT or AOT to native code.
Stars: ✭ 93 (+32.86%)
Mutual labels:  jit, jit-compiler
Numpile
A tiny 1000 line LLVM-based numeric specializer for scientific Python code.
Stars: ✭ 341 (+387.14%)
Mutual labels:  compiler, jit
jitm
JITM is an automated tool to bypass the JIT Hooking protection on a .NET sample.
Stars: ✭ 27 (-61.43%)
Mutual labels:  jit, jit-compiler
Opensmalltalk Vm
Cross-platform virtual machine for Squeak, Pharo, Cuis, and Newspeak.
Stars: ✭ 345 (+392.86%)
Mutual labels:  jit, x86-64
Ilgpu
ILGPU JIT Compiler for high-performance .Net GPU programs
Stars: ✭ 374 (+434.29%)
Mutual labels:  compiler, jit
libjit
Unofficial libjit mirror.
Stars: ✭ 46 (-34.29%)
Mutual labels:  jit, jit-compiler
neos
Language agnostic scripting engine with a custom bytecode JIT
Stars: ✭ 36 (-48.57%)
Mutual labels:  jit, jit-compiler
Mlml
self-hosted compiler for a subset of OCaml
Stars: ✭ 41 (-41.43%)
Mutual labels:  compiler, x86-64
Amacc
Small C Compiler generating ELF executable Arm architecture, supporting JIT execution
Stars: ✭ 661 (+844.29%)
Mutual labels:  compiler, jit-compiler
Nativejit
A C++ expression -> x64 JIT
Stars: ✭ 999 (+1327.14%)
Mutual labels:  compiler, jit
Fake
嵌入式脚本语言 Lightweight embedded scripting language
Stars: ✭ 172 (+145.71%)
Mutual labels:  jit, jit-compiler
Batch-First
A JIT compiled chess engine which traverses the search tree in batches in a best-first manner, allowing for neural network batching, asynchronous GPU use, and vectorized CPU computations.
Stars: ✭ 27 (-61.43%)
Mutual labels:  jit, jit-compiler
Peachpy
x86-64 assembler embedded in Python
Stars: ✭ 1,592 (+2174.29%)
Mutual labels:  compiler, x86-64
Nanojit
NanoJIT is a small, cross-platform C++ library that emits machine code.
Stars: ✭ 101 (+44.29%)
Mutual labels:  compiler, jit
Crust
C compiler toolchain in Rust. [WIP, early development stage]
Stars: ✭ 150 (+114.29%)
Mutual labels:  compiler, x86-64
Pyast64
Compile a subset of the Python AST to x64-64 assembler
Stars: ✭ 93 (+32.86%)
Mutual labels:  compiler, x86-64
Ppci
A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
Stars: ✭ 210 (+200%)
Mutual labels:  compiler, x86-64
Tinycc
Unofficial mirror of mob development branch
Stars: ✭ 784 (+1020%)
Mutual labels:  compiler, jit
Lightbeam
Lightbeam has moved and now lives in the Wasmtime repository!
Stars: ✭ 253 (+261.43%)
Mutual labels:  compiler, jit
Enso
Hybrid visual and textual functional programming.
Stars: ✭ 5,238 (+7382.86%)
Mutual labels:  compiler, jit
Rustc codegen cranelift
Cranelift based backend for rustc
Stars: ✭ 675 (+864.29%)
Mutual labels:  compiler, jit
Llvm Tutorial Standalone
DEPRECATED (Use: https://github.com/llvm-hs/llvm-hs-kaleidoscope )
Stars: ✭ 38 (-45.71%)
Mutual labels:  compiler, jit
Dennix
Dennix is a unix-like hobbyist operating system written from scratch.
Stars: ✭ 53 (-24.29%)
Mutual labels:  x86-64
Yarv Mjit
MRI method JIT compiler based on original stack-based YARV instructions (Development Repository of ruby/ruby#1782, already merged)
Stars: ✭ 63 (-10%)
Mutual labels:  jit-compiler
Manticore
Parallel ML compiler
Stars: ✭ 52 (-25.71%)
Mutual labels:  compiler
8cc.go
C compiler written in Go
Stars: ✭ 52 (-25.71%)
Mutual labels:  compiler
Compiler Explorer
Run compilers interactively from your web browser and interact with the assembly
Stars: ✭ 9,844 (+13962.86%)
Mutual labels:  compiler
Angle
⦠ Angle: new speakable syntax for python 💡
Stars: ✭ 61 (-12.86%)
Mutual labels:  compiler
Ikea Sharp
📦The new groundbreaking programming language
Stars: ✭ 52 (-25.71%)
Mutual labels:  compiler
Cuteos
A 64-bit SMP-safe kernel for the PC architecture.
Stars: ✭ 51 (-27.14%)
Mutual labels:  x86-64
Flashforth
FlashForth development
Stars: ✭ 60 (-14.29%)
Mutual labels:  compiler
Wasmjit
Small Embeddable WebAssembly Runtime
Stars: ✭ 1,063 (+1418.57%)
Mutual labels:  jit
Kai
An expressive low level programming language
Stars: ✭ 68 (-2.86%)
Mutual labels:  compiler
Shaderconductor
ShaderConductor is a tool designed for cross-compiling HLSL to other shading languages
Stars: ✭ 1,146 (+1537.14%)
Mutual labels:  compiler
Ruby Packer
Packing your Ruby application into a single executable.
Stars: ✭ 1,107 (+1481.43%)
Mutual labels:  compiler
Llvm Hs Examples
Examples for Haskell bindings to LLVM
Stars: ✭ 51 (-27.14%)
Mutual labels:  jit
Arithmetic Circuits
Arithmetic circuits for zero knowledge proof systems
Stars: ✭ 52 (-25.71%)
Mutual labels:  compiler
1-60 of 790 similar projects