INTERNAL USE ONLY: //+lazy build flag

This commit is contained in:
gingerBill
2021-07-25 13:06:09 +01:00
parent 92f3567ee6
commit 99080d41f3
8 changed files with 191 additions and 74 deletions
+2
View File
@@ -300,6 +300,8 @@ struct CheckerInfo {
// too much of a problem in practice
BlockingMutex deps_mutex;
gbMutex lazy_mutex; // Mutex required for lazy type checking of specific files
gbMutex gen_procs_mutex; // Possibly recursive
gbMutex gen_types_mutex; // Possibly recursive
Map<Array<Entity *> > gen_procs; // Key: Ast * | Identifier -> Entity