97 releases (34 breaking)
0.113.1 | Nov 5, 2024 |
---|---|
0.112.3 | Nov 5, 2024 |
0.110.1 | Jul 22, 2024 |
0.106.0 | Mar 20, 2024 |
0.79.0 | Dec 13, 2021 |
#105 in WebAssembly
502,146 downloads per month
Used in 429 crates
(via cranelift-codegen)
295KB
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 that is as good or better than what you would have written by hand.
Dependencies
~0–6.5MB
~39K SLoC