|
From: Nicholas N. <nj...@ca...> - 2004-03-04 09:56:07
|
CVS commit by nethercote: Added news of Paul Mackerras's PowerPC port, and a link to it. M +3 -0 index.html 1.19 M +3 -0 news.html 1.2 M +14 -0 related.html 1.12 M +1 -1 users.html 1.53 --- devel-home/valgrind/index.html #1.18:1.19 @@ -5,4 +5,7 @@ ?> +<p class="news">March 04, 2004: An experimental PowerPC port is available. +See <a href="related.html">Related Projects</a>. + <p class="news">February 15, 2004: Valgrind CVS now includes Massif, a heap profiling tool. --- devel-home/valgrind/news.html #1.1:1.2 @@ -5,4 +5,7 @@ ?> +<p class="news">March 04, 2004: An experimental PowerPC port is available. +See <a href="related.html">Related Projects</a>. + <p class="news">February 15, 2004: Valgrind CVS now includes Massif, a heap profiling tool. --- devel-home/valgrind/related.html #1.11:1.12 @@ -87,4 +87,18 @@ +<h3>Ports to Other Architectures</h3> +Paul Mackerras has an experimental port of Valgrind 2.1.0 to PowerPC/Linux +(<a href="http://ozlabs.org/~paulus/valgrind-2.1.0-ppc.tar.bz2">download</a>). +<p> +Some caveats: +<ul>It only supports 32-bit instructions at present (no 64-bit instructions). +<ul>It doesn't handle Altivec (SIMD) instructions. +<ul>There are no PowerPC-specific suppression files yet, so libc.so and ld.so + cause a lot of errors. +<ul>The code to set cache parameters in cachegrind is pretty minimal at + present. +</ul> +<p> + <h3>Other</h3> The University of New Mexico's --- devel-home/valgrind/users.html #1.52:1.53 @@ -152,5 +152,5 @@ <dt><a href="http://www.coin3d.org/">Coin</a> -<dd>Multi-platform scene graph library for realtime 3D graphics. +<dd>A multi-platform scene graph library for realtime 3D graphics. <dt><a href="http://www.paraview.org/">ParaView</a> |