Howto re-compile ony parts?

Kelly O'Hair Kelly.Ohair at Sun.COM
Mon May 12 16:00:35 UTC 2008



Andrew Haley wrote:
> Kelly O'Hair wrote:
...
>> There are multiple possibilities for improving the javac compile time,
>> but doing it via make is not on my list.
> 
> Fair enough.  One thing that would be of huge benefit is the ability to
> distribute compilation, a la distcc.  Please don't do anything that might
> restrict building to a single box.

I don't think I would ever do anything to restrict that, but I'm also
not convinced that it would help the jdk building, which is so disk heavy.
The speed of the disk is everything to a jdk build, and distributed usually
means slower disk access.
Again, I'd never rule it out, but some little voice in my head is telling me
that it's not a CPU resource issue as much as a big disk bits dance. :^(

-kto



More information about the build-dev mailing list