Great ! It was one of my main concern when runAsync was released, there is a
discussion on that topic on Lex's blog in 2009
http://blog.lexspoon.org/2009/09/exclusively-live-code.html?showComment=1254499021340#c6923160152357980710
Do you know how those specific split points will be highlighted in SOYC
reports ?

Thanx

Sami

On Mon, Sep 26, 2011 at 9:11 AM, Ray Cromwell <cromwell...@google.com>wrote:

>
> Alan Leung of the GWT team is working on a partial fix for this, called
> Automatic Fragment Merging, it merges together fragments automatically in
> order to reduce the size of leftovers while increasing the size of the
> exclusive fragments (which in many cases are too small and should be
> bigger). If code X is in fragment A and B, but not C and D, then if we merge
> A and B, X becomes exclusive. This means # of split points != # fragments,
> so you could have 30 split points, but only 15 fragments.
>
>
>
> On Sun, Sep 25, 2011 at 11:38 AM, John Patterson <jdpatter...@gmail.com>wrote:
>
>> I am also hitting this problem with the left overs fragment and Lex
>> suggestion does not seem to help.
>>
>> I have split points A and B which both use GWT-RPC and so all the RPC code
>> gets moved into the left overs fragment which adds 30Kb to its size.  I've
>> created a new split point C, in front of A and B but the RPC code remains in
>> the leftovers fragment - not in C as Lex seems to suggest it should.
>>
>> Problem is that split points D, E etc don't use RPC at all but still haee
>> to download all that code.
>>
>> Every new split point a add (one for every html page) adds a bit more to
>> the left overs fragment and I see no way to control this.
>>
>> Does anyone have suggestions how to limit the size of this growing
>> leftovers?  Is any fix in the works?
>>
>> Thanks,
>>
>> John
>>
>> --
>> http://groups.google.com/group/Google-Web-Toolkit-Contributors
>>
>
>  --
> http://groups.google.com/group/Google-Web-Toolkit-Contributors
>

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to