Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/OpenXRay/xray-16
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kovalenko committed Sep 28, 2014
2 parents 91ef264 + 3057e08 commit f5d9728
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions doc/design/tasks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,16 @@ STALKER_2010: Andrew Boyarshin

awdavies: Andrew Davies
- project general
* Get rid of deprecation compiler warnings.
* 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 f5d9728

Please sign in to comment.