On 2011/06/19 08:22:56, stephenh wrote: http://gwt-code-reviews.appspot.com/1466802/diff/1/dev/core/src/com/google/gwt/dev/javac/CompilationStateBuilder.java
File
dev/core/src/com/google/gwt/dev/javac/CompilationStateBuilder.java (left):
http://gwt-code-reviews.appspot.com/1466802/diff/1/dev/core/src/com/google/gwt/dev/javac/CompilationStateBuilder.java#oldcode342 dev/core/src/com/google/gwt/dev/javac/CompilationStateBuilder.java:342: // them
out. As far as I can tell, this is done already. PersistentUnitCache only
adds units
to the write thread if they go through the non-archive
unitCache.add(unit)
method.
Thanks, will fold in to: http://gwt-code-reviews.appspot.com/1461801/ http://gwt-code-reviews.appspot.com/1466802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
