[gwt-contrib] [google-web-toolkit] r9362 committed - Partial fix for http://code.google.com/p/google-web-toolkit/issues/det...

2010-12-06 Thread codesite-noreply
Revision: 9362 Author: gwt.mirror...@gmail.com Date: Mon Dec 6 14:51:53 2010 Log: Partial fix for http://code.google.com/p/google-web-toolkit/issues/detail?id=5707 Modify JsInliner to avoid propagating expressions incorrectly. in EvaluationOrderVisitor, two changes were made. First of all,

Re: [gwt-contrib] [google-web-toolkit] r9362 committed - Partial fix for http://code.google.com/p/google-web-toolkit/issues/det...

2010-12-06 Thread Ray Cromwell
I forgot to edit the log description before I submitted, this isn't a partial fix, it's a complete fix, although it is more conservative than it needs to be (an inliner could substitute and propagate expressions if it did better dataflow analysis). It can be made more optimal later. -Ray On Mon,