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 2022/11/04 17:04:05 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7372: use CONFIG_DEBUG_FEATURES to cover param check

xiaoxiang781216 commented on PR #7372:
URL: https://github.com/apache/incubator-nuttx/pull/7372#issuecomment-1303889762

   @pkarashchenko @davids5 If we want to run fast than threadx, the argument check in the key functions(e.g. sem_xxx) need to remove at least in the production code. It's also a practice in the current code to guard the argument check by CONFIG_DEBUG_FEATURES. What do you think?


-- 
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-unsubscribe@nuttx.apache.org

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