[gwt-contrib] Re: SDM "-XcompilePerFile": initial feedback

2014-08-18 Thread John Stalcup
On Monday, August 18, 2014 7:14:38 AM UTC-7, Ivan Markov wrote: > > Dear GWT team (and John in particular), > > Lately I was checking from time to time the progress of the SDM > incremental compiler in GWT 2.7.0. > > Let me first say - great work so far! > This morning our project was - for the

[gwt-contrib] Re: SDM "-XcompilePerFile": initial feedback

2014-08-18 Thread Roberto Lublinerman
> > So out of pure curiosity - are there obvious optimizations in the linker > which are still pending? > We have been thinking about strategies to incrementalize the work done by the linkers, one idea is to have a linker that outputs js for different Java classes to different resources and th

Re: [gwt-contrib] SDM "-XcompilePerFile": initial feedback

2014-08-18 Thread Ivan Markov
> > > > >> For example, I noticed that a huge amount of time (> 50% of the whole >> linking time) is spend in "Saving source with extras", i.e. SourceSaver. >> Given that these sources are only needed by the browser during a >> sourcemap-based debugging session, can't they be served on the fl

Re: [gwt-contrib] SDM "-XcompilePerFile": initial feedback

2014-08-18 Thread 'Ray Cromwell' via GWT Contributors
On Mon, Aug 18, 2014 at 7:14 AM, Ivan Markov wrote: > Dear GWT team (and John in particular), > > > In other words, with the new incremental compiler, the biggest slowdown > during recompilation seems to be the linker now, right? > If the linking time can go down to, say, a couple of seconds, the

[gwt-contrib] Re: Compiling an application with current master

2014-08-18 Thread Johannes Barop
Thanks. That solved the issue! Am Montag, 18. August 2014 16:12:24 UTC+2 schrieb Thomas Broyer: > > > > On Monday, August 18, 2014 3:31:35 PM UTC+2, Johannes Barop wrote: >> >> Hi, >> >> I was trying out the latest changes in the master branch. Is there >> something special I have take into accou

[gwt-contrib] SDM "-XcompilePerFile": initial feedback

2014-08-18 Thread Ivan Markov
Dear GWT team (and John in particular), Lately I was checking from time to time the progress of the SDM incremental compiler in GWT 2.7.0. Let me first say - great work so far! This morning our project was - for the first time - compilable with the new incremental SDM code-path, without intern

[gwt-contrib] Re: Compiling an application with current master

2014-08-18 Thread Thomas Broyer
On Monday, August 18, 2014 3:31:35 PM UTC+2, Johannes Barop wrote: > > Hi, > > I was trying out the latest changes in the master branch. Is there > something special I have take into account when using the gwt-maven-plugin? > > When doing a gwt:compile I get this error. > > [INFO] Loading inheri

[gwt-contrib] Compiling an application with current master

2014-08-18 Thread Johannes Barop
Hi, I was trying out the latest changes in the master branch. Is there something special I have take into account when using the gwt-maven-plugin? When doing a gwt:compile I get this error. [INFO] Loading inherited module 'GwtPlayground' [INFO]Loading inherited module 'com.google.gwt.user.U