xiaoxiang781216 commented on issue #19540: URL: https://github.com/apache/nuttx/issues/19540#issuecomment-5083470048
The plan looks good, just a few comments: 1. it's better to not introduce task_fork since it's hard to correct the pointer in duplicated stack if it points to value on the stack. 2. it's better to create a separated pr which rename all current fork/FORK to vfork/VFORK and share the parent stack 3. implement fork for each arch in the separated pr -- 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]
