Files
wasmtime/cranelift/codegen
Benjamin Bouvier 2dd1552369 [meta] Make Typevar::type_set private, and add a second getter to read it directly;
There might be a silent bug in the Python module which directly reads
from this type_set field; in particular, it does so when reading all
controlling type variables, which all seem to be free variables (i.e. no
parent typevar). So imitate this behavior here, until we're sure there
are no other meta generators that rely on this.
2019-04-02 17:30:50 +02:00
..
2019-03-27 14:43:27 +01:00
2019-03-26 11:28:39 -07:00

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