Multi thread more of the backend where possible

This commit is contained in:
gingerBill
2023-01-05 17:26:51 +00:00
parent 23d0c52bf4
commit 8ef406324b
3 changed files with 85 additions and 43 deletions
+1
View File
@@ -163,6 +163,7 @@ struct lbModule {
u32 nested_type_name_guid;
Array<lbProcedure *> procedures_to_generate;
Array<Entity *> global_procedures_and_types_to_create;
lbProcedure *curr_procedure;