xiaoxiang781216 edited a comment on issue #1769:
URL: 
https://github.com/apache/incubator-nuttx/issues/1769#issuecomment-692160137


   The method you talk at PR 1369:
   ```
   Here is how I was looking at it. 1) I Draw a picture of the stack frame
   [ ]
   [ ]
   [ ]
   [ ]<---At the function
   [ marker1]
   [ ]
   [ what is here or not does not matter ]
   [ ]
   [ marker2 ]
   [ ] <- the allocation
   
   if the compiler messes with you and it looks like this, does not matter.
   
   [ marker2]
   [ ]
   [ what is here or not does not matter ]
   [ ]
   [ marker1 ]
   [ ] <- the allocation
   safe = min of (&marker2, &marker1) word gets you the lowest point on the 
stack you can write to,
   ```
   


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

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


Reply via email to