After compiling a trivial sample app with the new GWT 2.0RC1 I can see
a lot of functions with empty bodies in my compiled output.
It looks like the following:
function nh(){}
function $h(){}
function Zh(){}
function oi(){}
function wi(){}
function Fi(){}
function Ni(){}
function Vi(){}
function cj(){}
function mj(){}
function uj(){}
function Cj(){}
function Gj(){}
function Kj(){}
After that there is stuff like this:
function ZCb(){}
function mt(a){}
function Ot(a){}
function Pt(a){}
function Ut(a){}
function Zv(a){}
function RA(a){}
function SA(a){}
function TA(a){}
function UA(a){}
function VA(a){}
function WA(a){}
function XA(a){}
function dD(a){}
function eD(a){}
When GWT is all about reducing the compiled output and the initial
download and that stuff, why do those empty functions make sense?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.