Wednesday, April 22, 2015

Incremental Build

I am currently creating a transparent GWT compiler adapter which compiles the libraries if code changes on start of application / test automatically.

I managed to just drop in some module code in any package and add additional information using annotations. So everything is working fine right now.

What makes me still curious is that I do not know how incremental building works. How can I use it to speed up the compiler.


I understand that compiling only for a single browser will speed things up (It just gives 0.5 sec), that setting a high level of optimization cost more time
and also I am using the draft version to speed it up. The linking is reported to cost .2 seconds and I guess this is the tree shakedown (the temp js is 500kb
but the final version is 150kb while high optimization results in 60kb).


So if someone point me to information regarding incremental build would be great.


Regards.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment