13627105546 commented on PR #17878:
URL: https://github.com/apache/nuttx/pull/17878#issuecomment-3763582389

   > This is a rather odd requirement:
   > 
   > > > symbol visibility problems
   > 
   > Symbol visibility should be resolved via the interfaces provided by 
syscalls. If certain sockets are not supposed to be subject to LTO, we only 
need to mark these symbols with special attributes.
   > 
   > > > stack overflow due to aggressive inlining
   > 
   > Stack overflow caused by excessive inlining should be addressed by 
determining whether stack adjustments are needed based on compilation options 
and compiler types. Otherwise, the issue may still occur even with LTO disabled 
when using compilers with strong optimization capabilities.
   
   I've removed some inaccurate descriptions. Could you please review them 
again?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to