[gwt-contrib] Re: One last memory review

2009-04-09 Thread Scott Blum
FYI: I just committed the last of my outstanding memory work to trunk. Lex kindly agreed to watch the build and do a roll-back for me if something breaks. On Tue, Apr 7, 2009 at 10:33 PM, Scott Blum sco...@google.com wrote: On Tue, Apr 7, 2009 at 4:12 PM, Lex Spoon sp...@google.com wrote:

[gwt-contrib] Re: One last memory review

2009-04-09 Thread Bruce Johnson
w00t! Vacation commits FTW! (Just kidding; @Scott: please rest) On Thu, Apr 9, 2009 at 11:52 AM, Scott Blum sco...@google.com wrote: FYI: I just committed the last of my outstanding memory work to trunk. Lex kindly agreed to watch the build and do a roll-back for me if something breaks.

[gwt-contrib] Re: One last memory review

2009-04-09 Thread Scott Blum
Don't worry, I'm getting plenty of naps in during the hour-long hyperbaric sessions I do with Aaron. Which is, good, since we have to get up at 7 to make the morning ones. :) But we're having some fun too. Aaron and I just got back from hanging out at the pool and soaking up some sun. Aaron

[gwt-contrib] Re: One last memory review

2009-04-09 Thread Ray Cromwell
I hope Google takes out an extra insurance policy so that should an accident occur, they can cryogenically freeze your brain and thaw you out in the future in case there are any outstanding compiler issues no one has been able to fix. :) -Ray On Thu, Apr 9, 2009 at 10:24 AM, Scott Blum

[gwt-contrib] Re: One last memory review

2009-04-09 Thread Scott Blum
Thanks, Ray (and Bruce). I showed Anna this thread and she totally ROFLed. Then she told me if I don't stop working you guys really will need an insurance policy on me. ;) On Thu, Apr 9, 2009 at 5:26 PM, Ray Cromwell cromwell...@gmail.com wrote: I hope Google takes out an extra insurance

[gwt-contrib] Re: One last memory review

2009-04-07 Thread Lex Spoon
5176: All this does is tweak the debug output of the Java AST.  JSNI methods have proper indentation in an AST dump now (I was using AST dumps to verify incremental correctness.) LGTM. 5177: Fairly self-explanatory; added the state to JReferenceType, but kept it in JTypeOracle at first to

[gwt-contrib] Re: One last memory review

2009-04-07 Thread Scott Blum
On Tue, Apr 7, 2009 at 4:12 PM, Lex Spoon sp...@google.com wrote: 5178: Also tightened up the recursive method slightly, and managing the computed set better. This works because once a class transitions from hasClinit - !hasClinit, there's no possible way it can ever go back. Small