This sort of micro optimisation is pointless as it will happen a few
times here and there and costs nearly nothing in terms of CPU time.
Creating a local variable or not, makes no difference. Local and other
types of variables are being created all over the place. The browser
is doing a thousand other *more costly* things like painting a screen
with a million pixels, that worrying about a small thing like the
snippet makes no sense.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to