pass over pre-emptive debug info conversion heuristic, to be friendlier to ue-style root project directories, with what feels like 1000s and 1000s of sub-directories with DLLs hidden in various folders

This commit is contained in:
Ryan Fleury
2024-11-13 14:40:08 -08:00
parent b03c1766c6
commit dcec3c07d9
4 changed files with 172 additions and 41 deletions
+2 -1
View File
@@ -491,7 +491,8 @@ di_open(DI_Key *key)
if(node->ref_count == 1)
{
di_u2p_enqueue_key(&key_normalized, max_U64);
async_push_work(di_parse_work);
ins_atomic_u64_inc_eval(&node->request_count);
async_push_work(di_parse_work, .completion_counter = &node->completion_count);
}
}
}