acassis commented on PR #17468:
URL: https://github.com/apache/nuttx/pull/17468#issuecomment-3642603755

   > > > I really fail to see the rationale behind trying to turn NuttX into 
Linux. The same issue cropped up when you modified spin_lock before—if we are 
going to align everything with Linux, then why not just use a tailored Linux 
distribution instead?
   > > 
   > > 
   > > Good point! I think the NuttX focus should be MCUs with realtime 
requirements (something with Linux cannot offer). In the other hand many 
companies want NuttX to be a replacement to Linux itself. I think both goals 
don't need to be conflicting. But we cannot lose the main focus just to be more 
Linux-like.
   > > @hujun260 @anchao @xiaoxiang781216 how to fix this conflict in a way 
both goals could be meet?
   > 
   > Nobody want to change NuttX to Linux, but the big critical section need be 
addressed since:
   > 
   >     1. More and more SoC equip with multple core, but SMP performance is 
very poor with one big critical section
   > 
   >     2. One big critical section also make the interrrupt latency larger 
than expect
   > 
   > 
   > So, we need make a balance here.
   
   Ok, I think we need to understand the impact it will cause in non-SMP MCUs. 
Could you please provide some testing measurements before and after this 
modification?


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