mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Convert missing_procedures_to_check to a queue
This commit is contained in:
@@ -176,8 +176,7 @@ struct lbModule {
|
||||
StringMap<lbProcedure *> procedures;
|
||||
PtrMap<LLVMValueRef, Entity *> procedure_values;
|
||||
|
||||
BlockingMutex missing_procedures_to_check_mutex;
|
||||
Array<lbProcedure *> missing_procedures_to_check;
|
||||
MPSCQueue<lbProcedure *> missing_procedures_to_check;
|
||||
|
||||
StringMap<LLVMValueRef> const_strings;
|
||||
String16Map<LLVMValueRef> const_string16s;
|
||||
|
||||
Reference in New Issue
Block a user