J
John
Hi,
I recently came across a .net coding best practises
document which has the following suggestion
"Define frequently used local variables in first four
variables. Since there are direct instructions to load
first four variables, therefore these variables are always
fast compared to remaining variables"
Is it true? any references from Microsoft?
Thanks in advance
I recently came across a .net coding best practises
document which has the following suggestion
"Define frequently used local variables in first four
variables. Since there are direct instructions to load
first four variables, therefore these variables are always
fast compared to remaining variables"
Is it true? any references from Microsoft?
Thanks in advance