108 releases (41 breaking)
new 0.120.0 | May 20, 2025 |
---|---|
0.118.0 | Mar 20, 2025 |
0.115.0 | Dec 20, 2024 |
0.114.0 | Nov 20, 2024 |
0.79.0 | Dec 13, 2021 |
#22 in Programming languages
558,299 downloads per month
Used in 515 crates
(via cranelift-codegen)
310KB
6.5K
SLoC
ISLE: Instruction Selection / Lowering Expressions
ISLE is a domain specific language (DSL) for instruction selection and lowering
clif instructions to vcode's MachInst
s in Cranelift.
ISLE is a statically-typed term-rewriting language. You define rewriting rules
that map input terms (clif instructions) into output terms (MachInst
s). These
rules get compiled down into Rust source test that uses a tree of match
expressions as good as or better than what you would have written by hand.
Dependencies
~0–7MB
~35K SLoC