You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/03/02 21:51:28 UTC

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #418: include/nuttx: Fix improper use of inline

patacongo edited a comment on issue #418: include/nuttx:  Fix improper use of inline
URL: https://github.com/apache/incubator-nuttx/pull/418#issuecomment-593641243
 
 
   > Wow that is significant!!
   
   Yes... the inline functions are not really large.  However, almost every C file in system includes nuttx/semaphore.h, either directly or indirectly.  And most OS files included cache.h, directly or indirectly.  With several hundreds of C files and several hundreds of copies of these functions, it adds up.  I expect to see a size improvement, but I was also rather astounded by the magnitude of the savings.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services