Hello,

Gwt optimizes what part of code will be loaded in which async module. There
will be common parts, that are needed by more modules. You can see what code
gets in which async part when compyling with the -soyc option (story of your
compile).
Google for it and you will find a lot of answeres.

Üdvözlettel / Best Regards
- István Szoboszlai
inepex.com


On Tue, Aug 24, 2010 at 10:31 AM, Ice13ill <[email protected]> wrote:

> Nobody? anybody ?
>
> On Aug 23, 7:35 pm, Ice13ill <[email protected]> wrote:
> > I would like to know if the GWT.runAsync method downloads code
> > recursive when calling methods inside the code that is being run
> > async.
> > For example if i have a load() method with let's say 100 lines of code
> > (which also contains some other methods), will GWT download async the
> > code inside load() method ? or will do this only for that line of code
> > (which is actually one)
>
> --
> 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]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
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