Files
wasmtime/lib/entity
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 array-based data structures used by the core Cretonne code generator which use densely numbered entity references as mapping keys.