My app is 600000 lines of code and compiles in 120 seconds: a lot of uibinder, a lot of classes in rpc, gin… so a lots of generators.
-- Sent with Sparrow (http://www.sparrowmailapp.com/?sig) Il giorno venerdì 8 giugno 2012, alle ore 22:38, Ray Cromwell ha scritto: > I just checked again, one of the internal apps we are trying > SuperDevMode against has about 400,000 lines of code and combines in > about 7-8 seconds. So maybe your app has 6x as much code? If not, it > gives us a clue that perhaps there's some other edge condition causing > the compile to be slow. > > -Ray > > > On Fri, Jun 8, 2012 at 12:09 PM, Ray Cromwell <[email protected]> wrote: > > How big is your app? (KLOC) Internally, we'd had success with <10s > > refresh on some fairly largish apps. I'm wondering if something else > > isn't going on. Note that the first compile usually takes long, but > > subsequent ones are faster. Are you using UiBinder? One issue could be > > generators using too much time. > > > > > > On Fri, Jun 8, 2012 at 11:21 AM, Jens <[email protected]> wrote: > > > > Just to finish this off in case anyone else has the same problem - > > > > this was fixed in r11031. > > > > > > > > https://code.google.com/p/google-web-toolkit/source/detail?r=11031 > > > > > > > > > Thanks for the info. I had the same problem but now it works. Now lets > > > hope > > > the compilation process will become a lot faster in the future. A single > > > permutation of our app compiles on the code server in ~45 seconds and > > > thats > > > not really acceptable during development compared to the "classic" > > > DevMode. > > > > > > -- J. > > > > > > -- > > > 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
