[gwt-contrib] Re: Modifies the GWT compiler sharded entry points to support an alternative (issue1074801)

2010-11-08 Thread zundel
Updated patch http://gwt-code-reviews.appspot.com/1074801/diff/7001/8003 File dev/core/src/com/google/gwt/dev/AnalyzeModule.java (right): http://gwt-code-reviews.appspot.com/1074801/diff/7001/8003#newcode47 dev/core/src/com/google/gwt/dev/AnalyzeModule.java:47: private final PrecompileOptionsIm

[gwt-contrib] Re: Modifies the GWT compiler sharded entry points to support an alternative (issue1074801)

2010-11-08 Thread zundel
http://gwt-code-reviews.appspot.com/1074801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Modifies the GWT compiler sharded entry points to support an alternative (issue1074801)

2010-11-05 Thread Scott Blum
On Thu, Nov 4, 2010 at 4:57 PM, wrote: > A second entry point for compile makes a lot of sense - and maybe for > CompilePerms too. Keep looking and tell me what you think. > > I'm thinking of these names: > > PrecompileOnePerm for the new precompile entry point. > CompileOnePerm for the new compi

[gwt-contrib] Re: Modifies the GWT compiler sharded entry points to support an alternative (issue1074801)

2010-11-04 Thread zundel
http://gwt-code-reviews.appspot.com/1074801/diff/7001/8004 File dev/core/src/com/google/gwt/dev/CompilePerms.java (right): http://gwt-code-reviews.appspot.com/1074801/diff/7001/8004#newcode228 dev/core/src/com/google/gwt/dev/CompilePerms.java:228: PrecompileOptions precompilationOptions = On 201

[gwt-contrib] Re: Modifies the GWT compiler sharded entry points to support an alternative (issue1074801)

2010-11-04 Thread scottb
Additional comments. http://gwt-code-reviews.appspot.com/1074801/diff/7001/8004 File dev/core/src/com/google/gwt/dev/CompilePerms.java (right): http://gwt-code-reviews.appspot.com/1074801/diff/7001/8004#newcode228 dev/core/src/com/google/gwt/dev/CompilePerms.java:228: PrecompileOptions precompi

[gwt-contrib] Re: Modifies the GWT compiler sharded entry points to support an alternative (issue1074801)

2010-11-04 Thread zundel
A second entry point for compile makes a lot of sense - and maybe for CompilePerms too. Keep looking and tell me what you think. I'm thinking of these names: PrecompileOnePerm for the new precompile entry point. CompileOnePerm for the new compile perms entry point With those names we can dicard

[gwt-contrib] Re: Modifies the GWT compiler sharded entry points to support an alternative (issue1074801)

2010-11-04 Thread scottb
Eric, I got halfway through this, and decided to hold off pending some high level feedback. Precompile is starting to get really unwieldy, there are now essentially 4 different code paths, and I'm not even sure all the options make sense together. What happens if you -XdisableGeneratingOnShards w

[gwt-contrib] Re: Modifies the GWT compiler sharded entry points to support an alternative (issue1074801)

2010-11-03 Thread zundel
http://gwt-code-reviews.appspot.com/1074801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Modifies the GWT compiler sharded entry points to support an alternative (issue1074801)

2010-11-02 Thread zundel
http://gwt-code-reviews.appspot.com/1074801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors