lioncash/biscuit
A runtime code generator for RISC-V
Provides comprehensive ISA coverage across 50+ RISC-V extensions (base, floating-point, vector, cryptographic, and vendor-specific) with both 32 and 64-bit instruction support. Uses a straightforward assembler API similar to Xbyak, allowing developers to emit machine code directly into buffers at runtime with no external dependencies beyond the C++ standard library. Targets performance-critical scenarios like JIT compilation, dynamic binary instrumentation, and kernel development on RISC-V platforms.
Stars
75
Forks
11
Language
C++
License
MIT
Category
Last pushed
Feb 24, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/lioncash/biscuit"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
javaparser/javaparser
Java 1-25 Parser and Abstract Syntax Tree for Java with advanced analysis functionalities.
asmjit/asmjit
Low-latency machine code generation
llvm-hs/llvm-hs-pretty
Pretty printer for LLVM AST to Textual IR
bytexenon/Tiny-Lua-Compiler
⛄Possibly the smallest Lua compiler ever
iml130/mlir-emitc
Conversions to MLIR EmitC