Reviewers: zundel, cromwellian, jbrosenberg, Description: This makes the output much nicer to read, you can actually tell what type checks mean instead of looking at useless numbers. Also, this patch greatly reduces compiled output "jitter" when you're trying to diff slightly different versions of compiler output to track down a bug.
Please review this at http://gwt-code-reviews.appspot.com/1449801/ Affected files: M dev/core/src/com/google/gwt/dev/jjs/ast/JProgram.java M dev/core/src/com/google/gwt/dev/jjs/ast/JVisitor.java A dev/core/src/com/google/gwt/dev/jjs/ast/js/JsCastMap.java M dev/core/src/com/google/gwt/dev/jjs/ast/js/JsonArray.java M dev/core/src/com/google/gwt/dev/jjs/impl/ArrayNormalizer.java M dev/core/src/com/google/gwt/dev/jjs/impl/CastNormalizer.java M dev/core/src/com/google/gwt/dev/jjs/impl/GenerateJavaScriptAST.java M dev/core/src/com/google/gwt/dev/jjs/impl/ToStringGenerationVisitor.java -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
