mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-11 05:41:25 -07:00
Minimize contention on the deps for decls
This commit is contained in:
@@ -449,6 +449,10 @@ struct Checker {
|
||||
MPSCQueue<Entity *> procs_with_deferred_to_check;
|
||||
Array<ProcInfo *> procs_to_check;
|
||||
|
||||
BlockingMutex nested_proc_lits_mutex;
|
||||
Array<DeclInfo *> nested_proc_lits;
|
||||
|
||||
|
||||
MPSCQueue<UntypedExprInfo> global_untyped_queue;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user