bspaans / jit-compiler
JIT compiler in Go
☆238Updated last year
Alternatives and similar repositories for jit-compiler:
Users that are interested in jit-compiler are comparing it to the libraries listed below
- JIT compile library for Go☆83Updated 4 years ago
- The assembler from the Go compiler, in library form.☆182Updated 4 years ago
- LLVM backed progamming language (Go subset)☆134Updated last year
- dlopen in go without cgo☆205Updated 5 years ago
- ☆183Updated 7 years ago
- Go bindings to LLVM. Used as part of TinyGo.☆252Updated 2 weeks ago
- JIT code-generation in Go!☆344Updated 9 years ago
- Tool to generate BYTE sequences for Go assembly as generated by YASM☆175Updated 2 years ago
- ☆118Updated 2 years ago
- amd64 instruction assembler☆91Updated 7 years ago
- translate LLVM IR to Go☆119Updated 3 years ago
- Optimized functions for Go using SIMD☆194Updated 4 years ago
- LLVM bindings for the Go programming language☆217Updated 4 years ago
- Generates generalised LL (GLL) and reduced size LR(1) parsers with matching lexers☆197Updated last year
- C++ symbol name demangler written in Go☆174Updated 2 weeks ago
- A simple evaluator for arithmetic integer expressions.☆88Updated 3 years ago
- babygo👶 is a small Go compiler made from scratch, which can compile itself. It's going to be the smallest and simplest go compiler in th…☆309Updated last year
- Transpiling C code to Go code☆372Updated 7 months ago
- In-memory implementation of Go's `io/fs.FS` interface☆113Updated 6 months ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆77Updated last year
- Interactive Assembler for Go☆64Updated 6 months ago
- Know when GC runs from inside your golang code