Re: [PATCH 06/15] score: Use red-black tree for active global objects

2016-04-05 Thread Sebastian Huber
- Gedare Bloom schrieb: > Generally ok. I have a question and comment. > > Would it make sense to unify the object management and use an rbtree > in the uni/smp cases too? You mean for Object_Control objects? No, this would be a performance problem I guess if you do a

[PATCH 06/15] score: Use red-black tree for active global objects

2016-04-05 Thread Sebastian Huber
Use a red-black tree to lookup active global objects by identifier or name. Update #2555. --- cpukit/sapi/include/confdefs.h | 9 - cpukit/score/include/rtems/score/object.h | 46 ++- cpukit/score/include/rtems/score/objectimpl.h | 16 +-