Skip to content

Commit

Permalink
Fixed formatting in tasks.txt for my tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
awdavies committed Sep 28, 2014
1 parent bddb399 commit 3057e08
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions doc/design/tasks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,16 @@ STALKER_2010: Andrew Boyarshin

awdavies: Andrew Davies
- project general
* Get rid of deprecation compiler warnings.
* Remove macro redefinitions.
* Get rid of deprecation compiler warnings.
* Remove macro redefinitions.
- engine
- multithreading (order listed is order of completion).
- research
- Determine where multithreading could benefit potential performance bottlenecks.
- Examine bottlenecks with profiler. Document results.
- Designate which tasks should be assigned to which cores.
- implementation (edit as research gets closer to completion for more accurate plan).
- Include library capable of creating light-weight kernel-visible threads.
- Abstract specific tasks to certain cores.
- Add thread pool/scheduler for tasks.
- Run profiler again (might need to find one capable of tracking multiple threads).
- multithreading (order listed is order of completion).
- research
- Determine where multithreading could benefit potential performance bottlenecks.
- Examine bottlenecks with profiler. Document results.
- Designate which tasks should be assigned to which cores.
- implementation (edit as research gets closer to completion for more accurate plan).
- Include library capable of creating light-weight kernel-visible threads.
- Abstract specific tasks to certain cores.
- Add thread pool/scheduler for tasks.
- Run profiler again (might need to find one capable of tracking multiple threads).

0 comments on commit 3057e08

Please sign in to comment.