|
Subject: Re: [boost] Scons users? Newsgroups: gmane.comp.lib.boost.build Date: 2005-09-22 15:49:44 GMT (3 years, 40 weeks, 4 days, 20 hours and 54 minutes ago) Vladimir Prus <ghost <at> cs.msu.su> writes: >> One thing I'd like to see is a breadth-first dependency checker. That >> would allow us to discover early on that something needs to be rebuilt >> in most of the common cases, so we could start rebuilding it >> immediately and continue the dependency check while that build is >> running. That would be a win even on most uniprocessor systems, and >> on SMP or cluster builds it would kick *ss. Of course, the structure >> of Jam is incompatible with that approach. I believe that Scons is >> more adaptable to it. > > I think most time is spend before building dependency graph so this > won't give us much. a. Doesn't that really depend on the structure of the project, and probably also whether the source is on a local disk? b. That's part of the problem, too. It ought to be possible to build part of the dependency graph quickly and let construction start early. -- Dave Abrahams Boost Consulting www.boost-consulting.com ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/z3wwlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/jamboost/ <*> To unsubscribe from this group, send an email to: jamboost-unsubscribe <at> yahoogroups.com <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ |
|
|