The compiler will make the methods it can into static calls. As far as making an instance static (i.e. making a singleton), this probably won't gain you anything for a Cell, which has very little state, but in the case of very large widgets/composites, it might make sense to do.
So Cell, probably not worth it, and Widget, possibly, only if it is very expensive to create. As with almost all optimizations, profile first, then optimize. And make sure you optimize the compiled Javascript, not the Java (though you probably want to compile to PRETTY or DETAILED so you know what to work on). -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/yFyWrjRqaXUJ. 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.
