Google I/O 2009 - The Story of your Compile: Reading the Tea Leaves of the GWT Compiler for an Optimized Future
Bruce Johnson, Lex Spoon
Google Web Toolkit is providing more and more information to developers in terms of how it is compiling your code, and how you can improve it. In this session, we will explain the tools available to you, how to interpret the results, and how you can guide this choose-your-own-adventure in the direction you want.
For presentation slides and all I/O sessions, please go to: code.google.com/events/io/sessions.html
That would generally make results to optimized.
GirlieBlues 3 months ago
The new GWT compiler has many functionalities. I would choice it because is faster and smaller. Firstly generates Java code on the fly at compile time. Secondly devirtualizes most other method calls. Also this new compiler prunes and eliminates anything not used , aggressively obfuscates code. At the end this new compiler replaces runtime operations with compile time.
ppsefto 2 years ago