Skip to content

Commit f5d9728

Browse files
author
Pavel Kovalenko
committed
2 parents 91ef264 + 3057e08 commit f5d9728

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

doc/design/tasks.txt

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,16 @@ STALKER_2010: Andrew Boyarshin
9494

9595
awdavies: Andrew Davies
9696
- project general
97-
* Get rid of deprecation compiler warnings.
97+
* Get rid of deprecation compiler warnings.
98+
* Remove macro redefinitions.
9899
- 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).

0 commit comments

Comments
 (0)