File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -94,15 +94,16 @@ STALKER_2010: Andrew Boyarshin
94
94
95
95
awdavies: Andrew Davies
96
96
- project general
97
- * Get rid of deprecation compiler warnings.
97
+ * Get rid of deprecation compiler warnings.
98
+ * Remove macro redefinitions.
98
99
- engine
99
- - multithreading (order listed is order of completion).
100
- - research
101
- - Determine where multithreading could benefit potential performance bottlenecks.
102
- - Examine bottlenecks with profiler. Document results.
103
- - Designate which tasks should be assigned to which cores.
104
- - implementation (edit as research gets closer to completion for more accurate plan).
105
- - Include library capable of creating light-weight kernel-visible threads.
106
- - Abstract specific tasks to certain cores.
107
- - Add thread pool/scheduler for tasks.
108
- - Run profiler again (might need to find one capable of tracking multiple threads).
100
+ - multithreading (order listed is order of completion).
101
+ - research
102
+ - Determine where multithreading could benefit potential performance bottlenecks.
103
+ - Examine bottlenecks with profiler. Document results.
104
+ - Designate which tasks should be assigned to which cores.
105
+ - implementation (edit as research gets closer to completion for more accurate plan).
106
+ - Include library capable of creating light-weight kernel-visible threads.
107
+ - Abstract specific tasks to certain cores.
108
+ - Add thread pool/scheduler for tasks.
109
+ - Run profiler again (might need to find one capable of tracking multiple threads).
You can’t perform that action at this time.
0 commit comments