mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 20:28:15 +00:00
Minimize the parapoly mutex usage a bit
This commit is contained in:
+1
-1
@@ -369,7 +369,7 @@ struct CheckerInfo {
|
||||
|
||||
RecursiveMutex gen_procs_mutex;
|
||||
RecursiveMutex gen_types_mutex;
|
||||
PtrMap<Ast *, GenProcsData > gen_procs; // Key: Ast * | Identifier -> Entity
|
||||
PtrMap<Ast *, GenProcsData *> gen_procs; // Key: Ast * | Identifier -> Entity
|
||||
PtrMap<Type *, Array<Entity *> > gen_types;
|
||||
|
||||
BlockingMutex type_info_mutex; // NOT recursive
|
||||
|
||||
Reference in New Issue
Block a user