mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-27 01:40:03 +00:00
Localize GenProcsData to the entity itself
This commit is contained in:
@@ -368,9 +368,7 @@ struct CheckerInfo {
|
||||
|
||||
RecursiveMutex lazy_mutex; // Mutex required for lazy type checking of specific files
|
||||
|
||||
BlockingMutex gen_procs_mutex;
|
||||
RwMutex gen_types_mutex;
|
||||
PtrMap<Ast *, GenProcsData *> gen_procs; // Key: Ast * | Identifier -> Entity
|
||||
PtrMap<Type *, GenTypesData > gen_types;
|
||||
|
||||
BlockingMutex type_info_mutex; // NOT recursive
|
||||
|
||||
Reference in New Issue
Block a user