Add entity lists.

Like a vector, but with a tiny footprint, and allocated from a pool so
all memory can be released very quickly.
This commit is contained in:
Jakob Stoklund Olesen
2017-01-27 14:31:14 -08:00
parent 16f4b4c7d5
commit dab96d8ea2
2 changed files with 520 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ pub mod isa;
pub mod cfg;
pub mod dominator_tree;
pub mod entity_map;
pub mod entity_list;
pub mod sparse_map;
pub mod settings;
pub mod verifier;