Tuesday, March 14, 2017

Re: Production build takes 25% longer on 2.8 compared to 2.7

Do you also switch Java versions from 7 to 8 when switching from GWT 2.7 to 2.8 ? GWT uses JDT to compile your source and the Java 8 code path in JDT might be a bit slower. Also you might need a bit more memory, could be that your compile does more garbage collection during compilation than before because memory pressure might be higher.

-- J.

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment