mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 20:58:15 +00:00
INTERNAL USE ONLY: //+lazy build flag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user