[gwt-contrib] Comment on WAR_Design_1_6 in google-web-toolkit

2008-12-06 Thread codesite-noreply
Comment by m.massenzio: +1 how did you manage to read my mind? This is exactly what I need :-) For more information: http://code.google.com/p/google-web-toolkit/wiki/WAR_Design_1_6 --~--~-~--~~~---~--~~

RR: CssResourceGenerator patch for GWT compiler bug (was Re: [gwt-contrib] Re: Very Strange Compiler Bug: Works in JDK1.5, fails in 1.6)

2008-12-06 Thread Ray Cromwell
Ok, this has become a pressing issue for me, a number of Chronoscope users are either unwilling or unable to use -Xss to work around the stack overflow bug. The attached patch temporarily fixes the bug until a more permanent fix can be done in the compiler. To review, the CssResourceGenerator

[gwt-contrib] Re: Ideas for simple but immediately-useful bits of data for SOYC

2008-12-06 Thread Ray Cromwell
It might be useful to record data on pruning, inlining, and DCE. If I were to take a guess, I would say that DCE is probably one of the more expensive AST passes given the number of visitors it runs. -Ray On Fri, Dec 5, 2008 at 9:06 PM, Bruce Johnson [EMAIL PROTECTED] wrote: Hi GWTC and