|
From: <sv...@va...> - 2005-08-27 17:58:11
|
Author: njn Date: 2005-08-27 18:58:09 +0100 (Sat, 27 Aug 2005) New Revision: 4541 Log: tweak Modified: trunk/docs/internals/roadmap Modified: trunk/docs/internals/roadmap =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/docs/internals/roadmap 2005-08-27 17:55:22 UTC (rev 4540) +++ trunk/docs/internals/roadmap 2005-08-27 17:58:09 UTC (rev 4541) @@ -1,15 +1,18 @@ -------------------------------------------------------------------------= ----- -Valgrind roadmap -------------------------------------------------------------------------= ----- +=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=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D +Valgrind Roadmap +=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=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D =20 This file serves as a rough roadmap for Valgrind development. It shows = a minimal set of features we hope to implement for each version. It's in reverse chronological order. =20 +------------------------------------------------------------------------= ----- 3.1.0 ------ +------------------------------------------------------------------------= ----- Scheduled for around November 2005. =20 +Definite +-------- * Get 32-bit and 64-bit programs working smoothly on AMD64 (Tom?). Seve= ral levels of smoothness here, we should aim for at least level 3. =20 @@ -29,3 +32,11 @@ * Rewrite address space manager; statically link the core with each tool; remove all glibc dependencies (Julian). =20 +Maybe +----- +* Get pthread modelling and Helgrind working again. Requires function + wrapping (Nick). + +* Reinstate Addrcheck and/or implement V-bit compression in Memcheck (?)= . + + |