Sha256: b97728b60e5ef93a1a1112c4330d3a0fe18e601cc83055d6670de1e46260d4fa

Contents?: true

Size: 864 Bytes

Versions: 31

Compression:

Stored size: 864 Bytes

Contents

## regalloc2: another register allocator

This is a register allocator that started life as, and is about 50%
still, a port of IonMonkey's backtracking register allocator to
Rust. In many regards, it has been generalized, optimized, and
improved since the initial port.

In addition, it contains substantial amounts of testing infrastructure
(fuzzing harnesses and checkers) that does not exist in the original
IonMonkey allocator.

See the [design overview](doc/DESIGN.md) for (much!) more detail on
how the allocator works.

## License

This crate is licensed under the Apache 2.0 License with LLVM
Exception. This license text can be found in the file `LICENSE`.

Parts of the code are derived from regalloc.rs: in particular,
`src/checker.rs` and `src/domtree.rs`. This crate has the same license
as regalloc.rs, so the license on these files does not differ.

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/regalloc2-0.11.1/README.md
wasmtime-28.0.0 ./ext/cargo-vendor/regalloc2-0.11.1/README.md
wasmtime-27.0.0 ./ext/cargo-vendor/regalloc2-0.10.2/README.md
wasmtime-26.0.0 ./ext/cargo-vendor/regalloc2-0.10.2/README.md
wasmtime-25.0.2 ./ext/cargo-vendor/regalloc2-0.10.2/README.md
wasmtime-25.0.1 ./ext/cargo-vendor/regalloc2-0.10.2/README.md
wasmtime-25.0.0 ./ext/cargo-vendor/regalloc2-0.10.2/README.md
wasmtime-24.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/README.md
wasmtime-23.0.2 ./ext/cargo-vendor/regalloc2-0.9.3/README.md
wasmtime-22.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/README.md
wasmtime-21.0.1 ./ext/cargo-vendor/regalloc2-0.9.3/README.md
wasmtime-20.0.2 ./ext/cargo-vendor/regalloc2-0.9.3/README.md
wasmtime-20.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/README.md
wasmtime-18.0.3 ./ext/cargo-vendor/regalloc2-0.9.3/README.md
wasmtime-17.0.1 ./ext/cargo-vendor/regalloc2-0.9.3/README.md
wasmtime-17.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/README.md
wasmtime-16.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/README.md
wasmtime-15.0.1 ./ext/cargo-vendor/regalloc2-0.9.3/README.md
wasmtime-15.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/README.md
wasmtime-14.0.4 ./ext/cargo-vendor/regalloc2-0.9.3/README.md