http://gwt-code-reviews.appspot.com/1329802/diff/1004/5 File dev/core/src/com/google/gwt/dev/javac/CompiledClass.java (right):
http://gwt-code-reviews.appspot.com/1329802/diff/1004/5#newcode47 dev/core/src/com/google/gwt/dev/javac/CompiledClass.java:47: private transient long cacheToken; I'm just going to echo our face to face discussion which is that disk caching this stuff seems strange. It's not particularly large and we know we access it several times. Throwing in intervening disk accesses can't help. Can we see if just keeping the bytes in memory improves things? http://gwt-code-reviews.appspot.com/1329802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
