From bddb399a45f29344645853eb93b2102d5d4a0d1c Mon Sep 17 00:00:00 2001 From: awdavies Date: Sun, 28 Sep 2014 14:53:54 -0700 Subject: [PATCH 1/2] Added task to remove macro redefinitions. --- doc/design/tasks.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/design/tasks.txt b/doc/design/tasks.txt index 37d372eb437..bf1a882b1e2 100644 --- a/doc/design/tasks.txt +++ b/doc/design/tasks.txt @@ -94,6 +94,7 @@ STALKER_2010: Andrew Boyarshin awdavies: Andrew Davies - project general * Get rid of deprecation compiler warnings. + * Remove macro redefinitions. - engine - multithreading (order listed is order of completion). - research From 3057e08df310af5a58a5290a3c1d605527a9bdf5 Mon Sep 17 00:00:00 2001 From: awdavies Date: Sun, 28 Sep 2014 15:06:18 -0700 Subject: [PATCH 2/2] Fixed formatting in tasks.txt for my tasks. --- doc/design/tasks.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/design/tasks.txt b/doc/design/tasks.txt index bf1a882b1e2..23ba25ba1f4 100644 --- a/doc/design/tasks.txt +++ b/doc/design/tasks.txt @@ -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).