You might have a look @ 
http://code.google.com/events/io/2010/sessions/faster-apps-faster-gwt-compiler.html
and @ 
http://code.google.com/events/io/2010/sessions/architecting-performance-gwt.html
Some patterns are really helpful, esp. when it comes to minimizing we
objects (so it's not just a micro-optimization) or esp. when it comes
to compiler options you might want to tune...

On Jul 15, 4:04 am, mP <[email protected]> wrote:
> 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