[gwt-contrib] Re: Nullness tracking

2009-09-18 Thread spoon
Responses below. I'll upload a new patch in a moment. I still need to get size updates and to try and recover the reason why TypeTightener has this new code checking for a cast that only checks for nullness. I'm guessing the extra cast caused worse code generation somewhere.

[gwt-contrib] Re: Nullness tracking

2009-08-27 Thread Scott Blum
I plan to look at this today. On Tue, Aug 25, 2009 at 2:54 PM, sp...@google.com wrote: Reviewers: scottb, Description: Tracks nullness within the compiler by adding a JNonNull type. See http://code.google.com/p/google-web-toolkit/issues/detail?id=1819 . Please review this at

[gwt-contrib] Re: Nullness tracking

2009-08-25 Thread Bruce Johnson
Any numbers, by the way, on the before/after effects? On Tue, Aug 25, 2009 at 2:54 PM, sp...@google.com wrote: Reviewers: scottb, Description: Tracks nullness within the compiler by adding a JNonNull type. See http://code.google.com/p/google-web-toolkit/issues/detail?id=1819 . Please