LGTM
http://gwt-code-reviews.appspot.com/1352804/diff/1/4 File dev/core/src/com/google/gwt/dev/jjs/SourceInfoCorrelation.java (right): http://gwt-code-reviews.appspot.com/1352804/diff/1/4#newcode68 dev/core/src/com/google/gwt/dev/jjs/SourceInfoCorrelation.java:68: primaryCorrelations[index] = c; So if two correlations are attempted on the same Axis, the latter wins? Are there any cases where this has actually happened? Should we leave an assert statement here just to catch someone in the future accidentally double-correlating? Or is it the case, that the desired behavior is to use the last (in the case of stacked optimizations modifying a node multiple times?) http://gwt-code-reviews.appspot.com/1352804/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
