Variable declaration in the loop or out of the loop

Source: Internet
Author: User
A;
For (... )
{
A =   New A ();
...
}

 

Once thought that if the variable declaration is written outside the loop, you do not have to declare the variable again during each loop, which can save execution time and memory.

As a result, I read the Il from reflector today.CodeIt is found that no essential difference exists between the final il code generated no matter whether the declaration is written outside or inside.

Only the initialization position of the integer variable used by the for loop for counting changes.

 

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.