Boost C++ Libraries: Ticket #2308: matching_test takes "forever" to build https://svn.boost.org/trac10/ticket/2308 <p> Compilation of matching_test in debug mode seriously drags down my testing machine with gcc-4.1.0. Even in release mode linking takes "forever," but at least compilation is reasonably fast. I suspect compilation speed could be improved dramatically by breaking the tests across translation units, which should be an easy transformation to make. Not sure what to do about link speed. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2308 Trac 1.4.3 Dave Abrahams Mon, 08 Sep 2008 15:40:01 GMT component changed; owner set https://svn.boost.org/trac10/ticket/2308#comment:1 https://svn.boost.org/trac10/ticket/2308#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Douglas Gregor</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">graph</span> </li> </ul> Ticket Jeremiah Willcock Sat, 23 May 2009 16:14:44 GMT owner, status changed https://svn.boost.org/trac10/ticket/2308#comment:2 https://svn.boost.org/trac10/ticket/2308#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Douglas Gregor</span> to <span class="trac-author">Jeremiah Willcock</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Jeremiah Willcock Sat, 23 May 2009 16:22:00 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2308#comment:3 https://svn.boost.org/trac10/ticket/2308#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> The issue is not linking; the messages are printed out after each stage is done, so the actual time is because the test takes a long time to run. It appears to purposely test worst-case behavior of the algorithms. I don't see a problem with compile times, but just the run issue. I turned down the graph sizes used to make the test run faster. </p> Ticket Jeremiah Willcock Sat, 23 May 2009 16:22:17 GMT <link>https://svn.boost.org/trac10/ticket/2308#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2308#comment:4</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/53210" title="Reduced graph sizes to decrease test run time; fixes #2308">[53210]</a>) Reduced graph sizes to decrease test run time; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2308" title="#2308: Bugs: matching_test takes &#34;forever&#34; to build (closed: fixed)">#2308</a> </p> </description> <category>Ticket</category> </item> </channel> </rss>