What does this passage mean in the source code?

Source: Internet
Author: User
What does this passage mean in the source code? -- Linux general technology-Linux technology and application information. For details, refer to the following section.
CODE: 00011 /*
00012 * we need this inline-forking from kernel space will result
00013 * in no copy on write (!!!), Until an execve is executed. This
00014 * is no problem, but for the stack. This is handled by not letting
00015 * main () use the stack at all after fork (). Thus, no function
00016 * call- which means inline code for fork too, as otherwise we
00017 * wocould use the stack upon exit from 'fork ()'.
00018 *
00019 * Actually only pause and fork are needed inline, so that there
00020 * won't be any messing with the stack from main (), but we define
00021 * some others too.
00022 */

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.