All Projects → tenderjit → Similar Projects or Alternatives

123 Open source projects that are alternatives of or similar to tenderjit

Avr Vm
VM with JIT-compiler for ATMega32 written in Rust
Stars: ✭ 106 (-72.68%)
Mutual labels:  jit
Bfjit
Brainfuck JIT 虚拟机教程
Stars: ✭ 81 (-79.12%)
Mutual labels:  jit
Cranelift
Cranelift code generator
Stars: ✭ 2,485 (+540.46%)
Mutual labels:  jit
Jphp
JPHP - an implementation of PHP on Java VM
Stars: ✭ 1,665 (+329.12%)
Mutual labels:  jit
B2dpipe
2D Pipeline Compiler.
Stars: ✭ 51 (-86.86%)
Mutual labels:  jit
Lightbeam
Lightbeam has moved and now lives in the Wasmtime repository!
Stars: ✭ 253 (-34.79%)
Mutual labels:  jit
Evoasm.rb
An AIMGP (Automatic Induction of Machine code by Genetic Programming) engine
Stars: ✭ 91 (-76.55%)
Mutual labels:  jit
Jitex
A library to modify MSIL and native code at runtime
Stars: ✭ 52 (-86.6%)
Mutual labels:  jit
Nx
Multi-dimensional arrays (tensors) and numerical definitions for Elixir
Stars: ✭ 1,133 (+192.01%)
Mutual labels:  jit
Jitboy
A Game Boy emulator with dynamic recompilation (JIT)
Stars: ✭ 190 (-51.03%)
Mutual labels:  jit
Elymas
A programming language I can like. Unholy and full of magic.
Stars: ✭ 166 (-57.22%)
Mutual labels:  jit
Rustpython
A Python Interpreter written in Rust
Stars: ✭ 10,261 (+2544.59%)
Mutual labels:  jit
PowerUp
⚡ Decompilation Tools and High Productivity Utilities ⚡
Stars: ✭ 1,526 (+293.3%)
Mutual labels:  jit
Dotnetbook
.NET Platform Architecture book (English, Chinese, Russian)
Stars: ✭ 1,763 (+354.38%)
Mutual labels:  jit
libjit
Unofficial libjit mirror.
Stars: ✭ 46 (-88.14%)
Mutual labels:  jit
Mono
Mono open source ECMA CLI, C# and .NET implementation.
Stars: ✭ 9,606 (+2375.77%)
Mutual labels:  jit
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 (+622.16%)
Mutual labels:  jit
Luwa
WIP jit lua to wasm
Stars: ✭ 88 (-77.32%)
Mutual labels:  jit
adorad
Fast, Expressive, & High-Performance Programming Language for those who dare
Stars: ✭ 54 (-86.08%)
Mutual labels:  jit
Cppadcodegen
Source Code Generation for Automatic Differentiation using Operator Overloading
Stars: ✭ 77 (-80.15%)
Mutual labels:  jit
Vue Ssr Jit
A just in time compilation technique for server-side rendering
Stars: ✭ 209 (-46.13%)
Mutual labels:  jit
Wasmjit
Small Embeddable WebAssembly Runtime
Stars: ✭ 1,063 (+173.97%)
Mutual labels:  jit
vox
Vox language compiler. AOT / JIT / Linker. Zero dependencies
Stars: ✭ 288 (-25.77%)
Mutual labels:  jit
Nativejit
A C++ expression -> x64 JIT
Stars: ✭ 999 (+157.47%)
Mutual labels:  jit
Fake
嵌入式脚本语言 Lightweight embedded scripting language
Stars: ✭ 172 (-55.67%)
Mutual labels:  jit
Wasm Micro Runtime
WebAssembly Micro Runtime (WAMR)
Stars: ✭ 2,440 (+528.87%)
Mutual labels:  jit
Parcel Plugin Angular
Complete Angular support for Parcel
Stars: ✭ 29 (-92.53%)
Mutual labels:  jit
FastLua
Lua trace JIT compiler using LLVM-C
Stars: ✭ 22 (-94.33%)
Mutual labels:  jit
Jitfromscratch
Example project from my talks in the LLVM Social Berlin and C++ User Group
Stars: ✭ 158 (-59.28%)
Mutual labels:  jit
CL-CXX-JIT
Common Lisp and CXX interoperation with JIT
Stars: ✭ 40 (-89.69%)
Mutual labels:  jit
Learn Javascript
《前端基础漫游指南》深入的、系统的学习 javascript 基础,喜欢点 Star
Stars: ✭ 128 (-67.01%)
Mutual labels:  jit
muparsersse
muparsersse a math parser for windows using just in time compilations of the expression
Stars: ✭ 14 (-96.39%)
Mutual labels:  jit
Yolov5 Rt Stack
Yet another yolov5, with its runtime stack for libtorch, onnx, tvm and specialized accelerators. You like torchvision's retinanet? You like yolov5? You love yolort!
Stars: ✭ 107 (-72.42%)
Mutual labels:  jit
DoubleStar
A personalized/enhanced re-creation of the Darkhotel "Double Star" APT exploit chain with a focus on Windows 8.1 and mixed with some of my own techniques
Stars: ✭ 140 (-63.92%)
Mutual labels:  jit
Nanojit
NanoJIT is a small, cross-platform C++ library that emits machine code.
Stars: ✭ 101 (-73.97%)
Mutual labels:  jit
Asmjit
Machine code generation for C++
Stars: ✭ 2,874 (+640.72%)
Mutual labels:  jit
Diojit
Fully compatible CPython jit compiler. Optimising Dynamic, Interpreted, and Object-oriented(DIO) programs.
Stars: ✭ 95 (-75.52%)
Mutual labels:  jit
samp-plugin-jit
JIT plugin for SA-MP server (JIT compiler for Pawn 3.2)
Stars: ✭ 52 (-86.6%)
Mutual labels:  jit
Lua Vermelha
A Lua implementation with an Eclipse OMR based JIT compiler
Stars: ✭ 91 (-76.55%)
Mutual labels:  jit
Occa
JIT Compilation for Multiple Architectures: C++, OpenMP, CUDA, HIP, OpenCL, Metal
Stars: ✭ 230 (-40.72%)
Mutual labels:  jit
Uefi Jitfuck
A JIT compiler for Brainfuck running on x86_64 UEFI
Stars: ✭ 83 (-78.61%)
Mutual labels:  jit
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,973 (+666.24%)
Mutual labels:  jit
Beebjit
A very fast BBC Micro emulator.
Stars: ✭ 81 (-79.12%)
Mutual labels:  jit
Jfs
Constraint solver based on coverage-guided fuzzing
Stars: ✭ 215 (-44.59%)
Mutual labels:  jit
Jit Compiler
JIT compiler in Go
Stars: ✭ 70 (-81.96%)
Mutual labels:  jit
JUDI.jl
Julia Devito inversion.
Stars: ✭ 71 (-81.7%)
Mutual labels:  jit
Whale
Hook Framework for Android/IOS/Linux/MacOS
Stars: ✭ 1,128 (+190.72%)
Mutual labels:  jit
Laser
The HPC toolbox: fused matrix multiplication, convolution, data-parallel strided tensor primitives, OpenMP facilities, SIMD, JIT Assembler, CPU detection, state-of-the-art vectorized BLAS for floats and integers
Stars: ✭ 191 (-50.77%)
Mutual labels:  jit
Llvm Hs Examples
Examples for Haskell bindings to LLVM
Stars: ✭ 51 (-86.86%)
Mutual labels:  jit
py-cryptonight
Python Cryptonight binding / extension. Monero hash function, proof-of-work, cn_slow_hash()
Stars: ✭ 20 (-94.85%)
Mutual labels:  jit
Leekscript V2
A dynamically typed, compiled just-in-time programming language used in Leek Wars' AIs
Stars: ✭ 46 (-88.14%)
Mutual labels:  jit
Minijit
A basic x86-64 JIT compiler written from scratch in stock Python
Stars: ✭ 185 (-52.32%)
Mutual labels:  jit
Llvm Tutorial Standalone
DEPRECATED (Use: https://github.com/llvm-hs/llvm-hs-kaleidoscope )
Stars: ✭ 38 (-90.21%)
Mutual labels:  jit
lc
JIT compiler for Scheme targeting x86-64 platforms
Stars: ✭ 24 (-93.81%)
Mutual labels:  jit
Angelscript Jit Compiler
A Just-In-Time compiler for the AngelScript language on x86 processors.
Stars: ✭ 172 (-55.67%)
Mutual labels:  jit
wazero
wazero: the zero dependency WebAssembly runtime for Go developers
Stars: ✭ 2,065 (+432.22%)
Mutual labels:  jit
JitPad
On the fly disassemble C# code based on JitDasm
Stars: ✭ 119 (-69.33%)
Mutual labels:  jit
neos
Language agnostic scripting engine with a custom bytecode JIT
Stars: ✭ 36 (-90.72%)
Mutual labels:  jit
Suravi
Suravi is a small distribution of Ravi/Lua 5.3 with batteries such as cjson, lpeglabel, luasocket, penlight, torch7, luv, luaossl
Stars: ✭ 56 (-85.57%)
Mutual labels:  jit
Coreclr
CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
Stars: ✭ 12,610 (+3150%)
Mutual labels:  jit
1-60 of 123 similar projects