On Wednesday, May 18, 2011 5:37:36 PM UTC+2, googelybear wrote:
>
> In the project I'm working on we have about 300k LOC and ~7000 
> classes. The GWT Compiler is invoked with the following arguments on 
> the build machine (this machine has 8 cores and 64gb of ram): - 
> Dgwt.localWorkers=8 -Xmx2048M -Xss1024M and there are 48 permutations 
> to compute. Do you guys have any idea what else we could tweak here?
>

Huh, OK, with such metrics, maybe 45 minutes is normal then...
(and I forgot that we actually only compile 2 permutations!)

Maybe try tweaking the -optimize level. I've read when it was being added 
that "-optimize 9" (the default) is not always worth it, and something like 
"-optimize 5" could give similar results (output size) for a, obviously, 
shorter compile time.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to