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/04/03 19:34:51 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5971: libc: Avoid the compiler generate code call self(memcpy/memmove/memset/memcmp) recursively

xiaoxiang781216 opened a new pull request #5971:
URL: https://github.com/apache/incubator-nuttx/pull/5971


   ## Summary
   Reported by: https://github.com/apache/incubator-nuttx/issues/5956
   Regressed by: https://github.com/apache/incubator-nuttx/pull/5476
   
   please reference the similar change done by other libc implementation:
   https://github.com/bminor/glibc/commit/85c2e6110c9a01ec817c30f1b7e20549d7229987
   https://github.com/bminor/musl/commit/4a1f55e92fa74ee382909baa96302231f566b5e1
   https://github.com/bminor/newlib/commit/82dfae9ab0734b9946321590162dc6021057fec1
   
   ## Impact
   memcpy/memmove/memset/memcmp
   
   ## Testing
   sim:lvgl can start correctly
   


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