mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 04:38:16 +00:00
Add PtrMap, begin working change Map to PtrMap where possible
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user