This website requires JavaScript.
Explore
Help
Sign In
ed
/
raddebugger
Watch
1
Star
0
Fork
0
You've already forked raddebugger
mirror of
https://github.com/Ed94/raddebugger.git
synced
2026-07-13 04:51:25 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d2adf3e067de09df70e8de24097976448ae4db77
raddebugger
/
src
/
raddbgi_from_pdb
T
History
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
..
raddbgi_from_pdb_main.c
raddbgi_from_pdb: untangle all baking stages - move almost all baking stages to a strictly read-only path of strings, idx runs, and so on. make section layout, given some loose input baking params, completely deterministic & well-defined, such that section list building for each stage of baking can be completely independent
2024-02-21 13:43:56 -08:00
raddbgi_from_pdb.c
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
raddbgi_from_pdb.h
raddbgi_from_pdb: move all top-level baking phases to task system threads. still a lot of improvement to do, these are top-level tasks and there is a lot of work *within* these tasks that is happening serially unnecessarily, but this is a good first step to parallelizing the bake.
2024-02-21 16:27:29 -08:00