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.
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