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

2017-03-19 Thread Rob Newton
I have been having a similar experience. GWT 2.8 production builds take roughly 25% longer compared to 2.7. On Wednesday, March 15, 2017 at 12:02:12 AM UTC+11, shimmeri...@gmail.com wrote: > > Hi, > > I am migrating our GWT projects from 2.7 to 2.8 and noticed that on > average production

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

2017-03-15 Thread shimmering . shovel
We've already used Java8 before with GWT 2.7. The production builds are done with ANT script that specifies the maxmemory limit. We've had it at 1g and I tried 2g and even 4g but that didn't have noticeable effect on the build times.

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

2017-03-14 Thread Jens
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

Production build takes 25% longer on 2.8 compared to 2.7

2017-03-14 Thread shimmering . shovel
Hi, I am migrating our GWT projects from 2.7 to 2.8 and noticed that on average production builds now take 25% longer, is this expected ? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails