Hi, when the problem happened? In compilation process or in application loading and execution?
If the problem is in compilation process, you could try '-optimize 8' (or lower optimization level) as gwt compiler parameter. There are some situations which cause gwt compile takes so long. You could check this conversation: https://groups.google.com/d/topic/google-web-toolkit/oith5a0hSZ0/discussion Regards. On Sat, Oct 1, 2016 at 12:20 AM, David Becker <[email protected]> wrote: > Any advice on how to trouble shoot code that runs fine in SDM but causes > lockups when run in full compiled mode? Using the -draftCompile flag fixes > it in compiled mode too. This suggests that something in the optimizations > isn't playing nice with the code, but I'm at a bit of a loss for how to > figure out what it is. I've observed the behavior on 2.8.0-RC2 & -RC3 (not > sure about older versions). > > Thanks in advance for any advice! > > -- > You received this message because you are subscribed to the Google Groups > "GWT Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
