Peter Memishian wrote:

While I certainly support the initiative, I'd like to hear a bit more
about what's planned.  For instance, the earlier thread talked mainly
about parallelizing the build, but in my experience, a lot of the time is
wasted because of bad algorithms inside the tools themselves rather than
lack of parallelism.  For instance, 6357412 showed how an undersized hash
table inside lint added about 30 minutes to a 90 minute build.

I seem to remember the CTF tools were right hogs at one point as well - I don't know if that is still the case. The main problem with the build wasn't that it had too little parallelism - in fact in many parts of the build it had *way* too much, and in other parts it had way too little. This lead to a distinctly 'lumpy' load profile on the build. What's probably needed is some sort of queueing mechanism so we can ensure that the load on a build machine is more constant. As far as I can tell, this isn't something that our current make offers.

--
Alan Burlison
--
_______________________________________________
tools-discuss mailing list
tools-discuss@opensolaris.org

Reply via email to