Add PtrMap, begin working change Map to PtrMap where possible

This commit is contained in:
gingerBill
2021-11-05 16:34:37 +00:00
parent e963fc4d6a
commit e95204908a
4 changed files with 326 additions and 10 deletions
+1 -1
View File
@@ -321,7 +321,7 @@ struct CheckerInfo {
BlockingMutex type_info_mutex; // NOT recursive
Array<Type *> type_info_types;
Map<isize> type_info_map; // Key: Type *
PtrMap<Type *, isize> type_info_map;
BlockingMutex foreign_mutex; // NOT recursive
StringMap<Entity *> foreigns;