Minimize contention on the deps for decls

This commit is contained in:
gingerBill
2023-01-12 15:38:23 +00:00
parent d6c54148d9
commit e97bf2ef35
4 changed files with 18 additions and 1 deletions
+4
View File
@@ -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;
};