Re: [PATCH 1/2] score: Add and use _RBTree_Find_inline()

2016-03-31 Thread Sebastian Huber
On 31/03/16 15:29, Gedare Bloom wrote: +RTEMS_INLINE_ROUTINE bool _POSIX_Keys_Key_value_find_less( Patch looks fine. I was just curious, does the compiler actually inline this too when it is called through a function pointer? Its good that you asked. In general GCC is quite good at optimizin

Re: Rtems-test cortex-m3

2016-03-31 Thread Sebastian Huber
On 28/03/16 21:01, Aurelio Remonda wrote: Hello, we were trying to get Sebastian's patches to work on the latest qemu. It seems the board is running ok on qemu 2.5.50 without the patches except for: -Memory hack: The memory on this board is still fixed to default value. I already submit a patch t

[PATCH 2/2] score: Add and use _RBTree_Insert_inline()

2016-03-31 Thread Sebastian Huber
--- cpukit/posix/include/rtems/posix/keyimpl.h | 40 +- cpukit/posix/src/keysetspecific.c | 2 +- cpukit/score/include/rtems/score/rbtree.h | 34 + 3 files changed, 52 insertions(+), 24 deletions(-) diff --git a/cpukit/posix/include/r

[PATCH 1/2] score: Add and use _RBTree_Find_inline()

2016-03-31 Thread Sebastian Huber
--- cpukit/posix/include/rtems/posix/keyimpl.h | 54 ++ cpukit/score/include/rtems/score/rbtree.h | 41 +++ 2 files changed, 73 insertions(+), 22 deletions(-) diff --git a/cpukit/posix/include/rtems/posix/keyimpl.h b/cpukit/posix/include/rtems/pos

Re: Name for Strong APA Scheduler?

2016-03-31 Thread Darshit Shah
On 03/31, Sebastian Huber wrote: On 31/03/16 11:13, Darshit Shah wrote: I need this name to generate the skeleton files for the scheduler implementation and its configuration. My preference is APA, since three letter acronyms are quite popular, like EDF and CBS. So, I would omit that we a

Re: Name for Strong APA Scheduler?

2016-03-31 Thread Darshit Shah
On 03/31, Sebastian Huber wrote: Hello, since the GSoC project to implement an optimized SMP scheduler with strong APA (Arbitrary Processor Affinity) support seems to take shape it would be good to create a name for this scheduler. https://summerofcode.withgoogle.com/dashboard/organization/5

Re: Name for Strong APA Scheduler?

2016-03-31 Thread Sebastian Huber
On 31/03/16 11:13, Darshit Shah wrote: I need this name to generate the skeleton files for the scheduler implementation and its configuration. My preference is APA, since three letter acronyms are quite popular, like EDF and CBS. So, I would omit that we actually support strong APA in the

Name for Strong APA Scheduler?

2016-03-31 Thread Sebastian Huber
Hello, since the GSoC project to implement an optimized SMP scheduler with strong APA (Arbitrary Processor Affinity) support seems to take shape it would be good to create a name for this scheduler. https://summerofcode.withgoogle.com/dashboard/organization/5199580018769920/proposal/477945110