|
From: <sv...@va...> - 2005-08-29 22:33:16
|
Author: njn Date: 2005-08-29 23:33:11 +0100 (Mon, 29 Aug 2005) New Revision: 187 Log: tweaks Modified: trunk/devel/projects.html trunk/support/contributing.html Modified: trunk/devel/projects.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/devel/projects.html 2005-08-29 22:31:00 UTC (rev 186) +++ trunk/devel/projects.html 2005-08-29 22:33:11 UTC (rev 187) @@ -79,10 +79,10 @@ but they are not free.</p></li> =20 <li><p>Artificial programs that stress performance-critical subsystems. - For example http://bugs.kde.org/show_bug.cgi?id=3D105039 has an exampl= e - program that does many malloc and free calls, and has many heap blocks - live at one time. This exposed a performance bug in Valgrind's heap - allocator.</p></li> + For example <a href=3D"http://bugs.kde.org/show_bug.cgi?id=3D105039">b= ug + report #105039</a> has an example program that does many malloc and + free calls, and has many heap blocks live at one time. This exposed a + performance bug in Valgrind's heap allocator.</p></li> </ol> =20 <p>The scripts in nightly/ for doing the nightly regression tests would = be the Modified: trunk/support/contributing.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/support/contributing.html 2005-08-29 22:31:00 UTC (rev 186) +++ trunk/support/contributing.html 2005-08-29 22:33:11 UTC (rev 187) @@ -15,7 +15,7 @@ patches that help in this respect are welcome. Please send them to the <?php echo vglink( 'vgdevel' ); ?> list.</p> =20 -<h3>Software Infrastructure and Code</h3> +<h3>Software Infrastructure, Code and Research</h3> If you are interested in writing code for Valgrind itself or its infrastructure, or doing research with it, please consult our <a href=3D"/devel/projects.html">project suggestions</a> page. |