Skip to content

Commit

Permalink
Cleaned up tasks to include heirarchy. Divided multithreading into re…
Browse files Browse the repository at this point in the history
…search and implementation sections.
  • Loading branch information
awdavies committed Sep 28, 2014
1 parent 10ed7e9 commit df49a84
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions doc/design/tasks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,13 @@ awdavies: Andrew Davies
- project general
* Get rid of deprecation compiler warnings.
- engine
- multithreading
- Designate which tasks should be assigned to which cores.
- 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
- Include library capable of creating light-weight kernel-visible threads.
- Abstract specific tasks to certain cores.
- Add thread pool/scheduler for tasks.
- Include library capable of creating light-weight kernel-visible threads.
- Add thread pool/scheduler for tasks.
- Run profiler again (might need to find one capable of tracking multiple threads).

0 comments on commit df49a84

Please sign in to comment.