lioncash/biscuit
A runtime code generator for RISC-V
This library helps embedded systems developers or firmware engineers generate RISC-V machine code at runtime. It takes your high-level instructions for specific RISC-V operations and outputs optimized, executable code directly within your program. This is used by engineers building applications that require dynamic or adaptive code execution on RISC-V processors.
Use this if you need to create or modify RISC-V assembly code on the fly within a running application, for example, to optimize performance for specific data or conditions.
Not ideal if you primarily work with static compilation or if your target architecture is not RISC-V, as this library is specialized for RISC-V runtime code generation.
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