Files
wasmtime/cranelift/codegen
Andrew Brown 83f182b390 Implement initial emission of constants
This approach suffers from memory-size bloat during compile time due to the desire to de-duplicate the constants emitted and reduce runtime memory-size. As a first step, though, this provides an end-to-end mechanism for constants to be emitted in the MachBuffer islands.
2020-11-05 14:25:02 -08:00
..
2020-11-05 09:39:53 -06:00
2020-11-05 09:39:53 -06:00

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