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

2009-06-28 Thread codesite-noreply
Comment by cromwellian: One of the nice things about immutability is if the compiler can prove it, you can avoid alias-analysis for those objects, which enables better copy-propagation/cse as well as equational-reasoning. Without it, any method call or store to a reference of the same

[gwt-contrib] Re: Building OOPHM for Firefox

2009-06-28 Thread dflorey
It would be very cool if you could post a wiki page / posting how to build OOPHM for Firefox 3.5 from trunk (branch?). On Jun 8, 3:46 pm, John Tamplin j...@google.com wrote: On Sun, Jun 7, 2009 at 6:39 PM, Sam Gross colesb...@gmail.com wrote: The makefile in oophm-plugins-trunk references

[gwt-contrib] Re: Building OOPHM for Firefox

2009-06-28 Thread John Tamplin
On Sun, Jun 28, 2009 at 5:12 AM, dflorey daniel.flo...@gmail.com wrote: It would be very cool if you could post a wiki page / posting how to build OOPHM for Firefox 3.5 from trunk (branch?). I think we have nearly reached agreement on how things will go (trunk/plugin would contain the plugin

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

2009-06-28 Thread codesite-noreply
Comment by kugutsumen: It isn't possible to remove -XstartOnFirstThread in the latest version of Eclipse: https://bugs.eclipse.org/bugs/show_bug.cgi?id=211625 http://code.google.com/p/google-web-toolkit/issues/detail?id=3785can=1q=kugutsumen For more information: