Ryan Fleury
|
b18e437337
|
git normalize all files
|
2024-07-26 11:13:47 -07:00 |
|
Ryan Fleury
|
2fc0b4eac2
|
extend task system with thread count, so usage code can easily create per-thread state; pass thread idx into task entry points
|
2024-03-01 11:08:00 -08:00 |
|
Ryan Fleury
|
0e352f92df
|
separate per-name-map baking stages from each other, and from top-level name map section build; do them all independently
|
2024-02-22 14:45:09 -08:00 |
|
Ryan Fleury
|
d2adf3e067
|
extend task system with ability to specify per-task arenas, if needed - not necessary in the converter, since it is fire-and-forget, but this will make it more useful for the debugger later
|
2024-02-22 09:48:19 -08:00 |
|
Ryan Fleury
|
66ef1b3eeb
|
raddbgi_from_pdb: move top-level compilation unit parsing to asynchronous tasks
|
2024-02-20 11:30:01 -08:00 |
|
Ryan Fleury
|
6b2e4abe81
|
unify async task kickoff/await mechanism in first pass of 'task system' layer; use in organizing various independent parsing passes of a pdb; also fix busted multithreaded fwd resolution pass
|
2024-02-20 11:16:54 -08:00 |
|