On Feb 23, 10:45 pm, bkbonner <[email protected]> wrote: > I just want to verify a bet I have with someone. > > A primary benefit of modules is reuse. Is there any benefit to > performance with using modules?
Absolutely no. (there might be a small impact on the compile time, where each module's gwt.xml has to be parsed and adds entries to the resource oracle, but there's absolutely no impact on the generated code; have you tried a simple app with 2 classes in either a single or two modules? I bet the generated code will be exactly identical, except for class names of course ;-) ) -- 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.
