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

   ## Summary
   
   Add arm context switch macro to improve performance
   
   ## Impact
   
   Code Size:
   
   before:
   ```
      text         data     bss     dec     hex filename
    109708          224   24940  134872   20ed8 nuttx
   ```
   after:
   ```
      text         data     bss     dec     hex filename
    109708          224   24940  134872   20ed8 nuttx
   ```
   
   Performance:
   sem_post -> sem_wait (cycle count):
   before:
   `195`
   after:
   `190`
   
   ## Testing
   
   sabre-6quad:nsh
   


-- 
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