asmjit/asmjit
Low-latency machine code generation observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 74
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4600
- days_rel: n/a
- days_push: 160
- n_releases_24m: 0
Adoption not part of the score
4588 stars · 595 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
AsmJit is a lightweight C++ library for low-latency machine code generation supporting X86, X86_64, and AArch64 architectures. It provides a type-safe assembler/builder/compiler API with an optional register allocator, instruction database, and virtual memory management for JIT compilation.
Use cases
- generate machine code at runtime for a JIT compiler
- assemble x86-64 instructions programmatically in C++
- emit AArch64 code with a register allocator
- build a DSL that compiles to native code
- inspect and validate CPU instructions
- execute dynamically generated native functions
When to choose
- you need low-latency runtime code generation in C++ with no dependencies
- you want type-safe assembly emission with compile-time semantic checks
- you target both x86/x64 and AArch64 from one API
- you need an optional register allocator instead of hand-assigning registers
When to avoid
- you need a full optimizing compiler backend like LLVM
- you want to compile from a high-level language rather than emit instructions
- your project is not C/C++ or cannot link native libraries
Facets
library · maturity active
compiler parser developer-tools compilers developer-tools performance programming-languages cpp cross-platform windows jit assembler code-generation x86 aarch64 machine-code register-allocator linux macos
3 sources
- readme: https://github.com/asmjit/asmjit · fetched 2026-08-28 · d2ed30abf94c
- homepage: https://asmjit.com · fetched 2026-08-29 · 98606f79fb7f
- site_page: https://asmjit.com/doc/index.html · fetched 2026-08-29 · c2406a74e52e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| asmjit/asmjit | main | 66 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem