When using plain C in iPhone development, does the compiler place the variables declared as register in a CPU register?
When using plain C in iPhone development, does the compiler place the variables declared
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The only way to know for sure is to look at the documentation for the compiler and if that doesn’t describe what
registerdoes then it could do anything (within the parameters defined by the standard).