Move raddbg string stuff to a thread-safe queue

This commit is contained in:
gingerBill
2025-05-07 14:26:10 +01:00
parent 0c4046b9ea
commit ea65a7b870
4 changed files with 109 additions and 86 deletions
+1
View File
@@ -240,6 +240,7 @@ struct lbGenerator : LinkerData {
MPSCQueue<lbEntityCorrection> entities_to_correct_linkage;
MPSCQueue<lbObjCGlobal> objc_selectors;
MPSCQueue<lbObjCGlobal> objc_classes;
MPSCQueue<String> raddebug_section_strings;
};