Have you tried compilation using SSD? I'm my experience from last year, SSD's were great for reads but terrible for writes and compilation of medium to large projects actually took a fair bit longer on SSD's.
It's possible the newer SSD's have gotten better but I would recommend doing some more research before making this expensive purchase with expectations of significant compile time speed improvements. On Wed, May 18, 2011 at 2:22 PM, Jeff Larsen <[email protected]> wrote: > What is the purpose of the build? > > Is it to deploy the actual code to a production/test server or is it to > enable some sort of selenium/webdriver test framework. > > If it is the latter, you could add -draftCompile which will not be highly > obfuscated code, but it should be a quicker compile, especially with 48 > perms. > > You could also link up multiple computers to do distrubted permutation > computations. Ray Cromwell had a talk about this at last year's IO. > > Depending on your budget, a SSD drive could potentially help you out a lot > here too. > > -- > 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. > -- 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.
