Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1164 
was reviewed by Joel Sherrill

--
  
Joel Sherrill started a new discussion on cpukit/include/rtems/score/coremsg.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1164#note_148522

 > +typedef struct {
 > +  CORE_message_queue_Control   Base;
 > +  Priority_bit_map_Control     Queue;

Using an array of Chain_Control instances is using too much memory per MQ 
instance. 

Please use a Red Black tree for sorting messages.


-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1164
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to