hujun260 commented on PR #13486:
URL: https://github.com/apache/nuttx/pull/13486#issuecomment-2357299404

   > @hujun260, Can you enrich the `testing` section of PR description with 
checked targets (with configs) and observed performance changes?
   
   The benefits are very significant.
   Before the modification, if we needed to obtain the interrupt status, it 
required three steps:
   
   1 Obtain the CPU index
   2 Access the global variable
   4 Disable/Enable interrupts
   This process involved at least 6 CPU instructions.
   
   However, now it only requires a single CPU instruction.


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