Files
wasmtime/cranelift/codegen
Nick Fitzgerald 210b036320 peepmatic: Represent various id types with u16
These ids end up in the automaton, so making them smaller should give us better
data cache locality and also smaller serialized sizes.
2020-05-14 07:52:23 -07:00
..

This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.