Files
wasmtime/lib/codegen
Amanieu d'Antras 5c7aeb46dd Make InstructionData comparable and hashable (#388)
* Don't implement Eq and Hash for EntityList

* Generate eq and hash methods for InstructionData

* Use the eq() and hash() methods of InstructionData in simple_gvn
2018-07-06 12:09:20 -07:00
..
2018-07-02 15:48:18 -07:00

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