raddbgi_from_pdb: adjust itype -> type node building strategy; do initial pass of finding dependent itypes from a given itype, since those *must* be built first in order to comply with raddbgi's rule of type nodes only ever referencing earlier type nodes; then do a single itype build pass where you build all itypes by iterating their dependency chains

This commit is contained in:
Ryan Fleury
2024-02-19 11:13:29 -08:00
parent e44128de96
commit 694e9d27d6
4 changed files with 709 additions and 494 deletions
+1
View File
@@ -49,6 +49,7 @@
////////////////////////////////
//~ rjf: Hot, High Priority Tasks (Complete Unusability, Crashes, Fire-Worthy)
//
// [ ] DBGI layer is case-sensitive even on case-insensitive systems
// [ ] Jump table thunks, on code w/o /INCREMENTAL:NO
//
// [ ] ** Thread/process control bullet-proofing, including solo-step mode