nbp/holyjit
Generic purpose Just-In-time compiler for Rust. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3247
- days_rel: n/a
- days_push: 2670
- n_releases_24m: 0
Adoption not part of the score
1554 stars · 28 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
HolyJit is a generic-purpose Just-In-Time compiler library for Rust that extends the Rust compiler (as a rustc driver) to convert annotated interpreter code into JIT-compiled code. It lets developers write an ordinary Rust interpreter and annotate functions with a `jit!` macro to generate optimized JIT code without writing assembly.
Use cases
- build a JIT compiler for my scripting language written in Rust
- speed up an interpreter without writing assembly
- annotate Rust functions to be inlined into JIT-compiled code
- avoid the security pitfalls of hand-written JIT compilers
- reduce startup time of a JIT with macro-guided early compilation tiers
When to choose
- you are writing an interpreter in Rust and want JIT performance with minimal extra code
- you want a safe, high-level alternative to writing a MacroAssembler-based JIT
- you can adopt a rustc wrapper build workflow
When to avoid
- you need a maintained, production-ready JIT (last release 2019, project appears inactive)
- your code is not written in Rust
- you need JIT for a language runtime not built as a Rust interpreter
Facets
library · maturity abandoned
compiler interpreter developer-tools programming-languages compilers developer-tools performance rust cross-platform jit rustc-driver interpreter-optimization macro-annotations linux macos
1 source
- readme: https://github.com/nbp/holyjit · fetched 2026-08-28 · b0fd4cc9a67b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nbp/holyjit | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem