Re: [PATCH] score: Minor _Thread_Executing() optimization

2013-11-29 Thread Gedare Bloom
Sure makes sense. On Fri, Nov 29, 2013 at 5:15 AM, Sebastian Huber wrote: > It is not necessary to load the excecuting thread control again after > the context switch since it is an invariant of the executing thread. > --- > cpukit/score/src/threaddispatch.c |3 +-- > 1 files changed, 1 inse

[PATCH] score: Minor _Thread_Executing() optimization

2013-11-29 Thread Sebastian Huber
It is not necessary to load the excecuting thread control again after the context switch since it is an invariant of the executing thread. --- cpukit/score/src/threaddispatch.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/cpukit/score/src/threaddispatch.c b/cpukit/sc