anchao opened a new pull request, #6393:
URL: https://github.com/apache/incubator-nuttx/pull/6393

   ## Summary
   
   1. sched/mqueue: replace inline linklist to improve performance
   
   2. sched/mqueue: minor code tuning of message queue
   ```
   remove unnecessary temporary variables
   adjust the protection scope of the critical section
   ```
   
   3. fs/mqueue: skip nxmq_pollnotify() if no poll waiters
   
   mq_send test (cycle count)
   
   ```
   434 (origin)
   425 (fs/mqueue: skip nxmq_pollnotify() if no poll waiters)
   415 (sched/mqueue: minor code tuning of message queue)
   393 (sched/mqueue: replace inline linklist to improve performance)
   ```
   
   ## Impact
   
   N/A
   
   ## Testing
   
   mq test


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to