Files
wasmtime/lib/cretonne
Dan Gohman 5dc449ec9e Rename "local variables" to "explicit stack slots".
The term "local variables" predated the SSA builder in the front-end
crate, which also provides a way to implement source-language local
variables. The name "explicit stack slot" makes it clear what this
construct is.
2018-02-28 14:04:28 -08:00
..
2018-02-28 11:37:37 -08:00
2018-02-28 10:31:00 -08:00

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