I'm not sure where to post this, but this seems like a good place to
start.

I'm looking at the gwt output JS for Wave, and I'm seeing some areas
where it could potentially be optimised.

The file I'm looking at is: 
https://wave.google.com/wave/static/5F358B395590785DC00F5EC2B330C388.cache.js

I realise that the raft of empty function definitions are the result
of the Wave team's love of the strategy pattern, but what I am hoping
is that there would be a way of pushing these definitions into one.

e.g.

function t3(){}
function G3(){}
function N3(){}
function h4(){}
function p4(){}
function x4(){}
function w4(){}
function v4(){}
function u4(){}
function t4(){}
function s6(){}
function r6(){}
function z7(){}
function y7(){}
function O7(){}
function D8(){}
function R8(){}
function c9(){}
function i9(){}
function h9(){}
function g9(){}
function f9(){}

and so forth.

There are also dupes further down, eg:

function YOh(){return 0}
function ZOh(){return 0}
function aPh(){return 0}
function bPh(){return 0}


Should i be posting this somewhere else? Logging it against a bug
tracker?
-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to