Sha256: cde3f7281c7a6c3195784341904495770914d41414546e65e0b4e66478676121

Contents?: true

Size: 503 Bytes

Versions: 38

Compression:

Stored size: 503 Bytes

Contents

# 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.

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/cranelift-isle-0.116.0/README.md
wasmtime-28.0.0 ./ext/cargo-vendor/cranelift-isle-0.115.0/README.md
wasmtime-27.0.0 ./ext/cargo-vendor/cranelift-isle-0.114.0/README.md
wasmtime-26.0.0 ./ext/cargo-vendor/cranelift-isle-0.113.0/README.md
wasmtime-25.0.2 ./ext/cargo-vendor/cranelift-isle-0.112.2/README.md
wasmtime-25.0.1 ./ext/cargo-vendor/cranelift-isle-0.112.1/README.md
wasmtime-25.0.0 ./ext/cargo-vendor/cranelift-isle-0.112.0/README.md
wasmtime-24.0.0 ./ext/cargo-vendor/cranelift-isle-0.111.0/README.md
wasmtime-23.0.2 ./ext/cargo-vendor/cranelift-isle-0.110.2/README.md
wasmtime-22.0.0 ./ext/cargo-vendor/cranelift-isle-0.109.0/README.md
wasmtime-21.0.1 ./ext/cargo-vendor/cranelift-isle-0.108.1/README.md
wasmtime-20.0.2 ./ext/cargo-vendor/cranelift-isle-0.107.2/README.md
wasmtime-20.0.0 ./ext/cargo-vendor/cranelift-isle-0.107.2/README.md
wasmtime-18.0.3 ./ext/cargo-vendor/cranelift-isle-0.105.3/README.md
wasmtime-17.0.1 ./ext/cargo-vendor/cranelift-isle-0.104.1/README.md
wasmtime-17.0.0 ./ext/cargo-vendor/cranelift-isle-0.104.0/README.md
wasmtime-16.0.0 ./ext/cargo-vendor/cranelift-isle-0.103.0/README.md
wasmtime-15.0.1 ./ext/cargo-vendor/cranelift-isle-0.102.1/README.md
wasmtime-15.0.0 ./ext/cargo-vendor/cranelift-isle-0.102.1/README.md
wasmtime-14.0.4 ./ext/cargo-vendor/cranelift-isle-0.101.4/README.md