|
From: <sv...@va...> - 2005-11-08 19:59:26
|
Author: njn
Date: 2005-11-08 19:59:24 +0000 (Tue, 08 Nov 2005)
New Revision: 5044
Log:
update
Modified:
trunk/docs/internals/roadmap.txt
Modified: trunk/docs/internals/roadmap.txt
=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.txt 2005-11-08 19:38:58 UTC (rev 5043)
+++ trunk/docs/internals/roadmap.txt 2005-11-08 19:59:24 UTC (rev 5044)
@@ -4,9 +4,15 @@
=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.
+reverse chronological order. It only mentions X.Y.0 releases, since
+X.Y.[12...] releases fix bugs and don't add new features.
=20
------------------------------------------------------------------------=
-----
+3.2.0
+------------------------------------------------------------------------=
-----
+Scheduled for ???
+
+------------------------------------------------------------------------=
-----
3.1.0
------------------------------------------------------------------------=
-----
Scheduled for around November 2005.
@@ -25,17 +31,19 @@
4. With --trace-children=3Dyes, allow 32-bit programs to exec 64-bit
programs and vice versa, and invoke the appropriate Valgrind
automatically.
- [Underway, by Tom]
+ [All four levels done by Tom]
=20
* Get PPC32 working usably with Memcheck (Julian). Has already improved=
a
lot since. Get Cachegrind working with it (Nick).
- [Both almost there, by Julian]
+ [Both done by Julian]
=20
* Rewrite address space manager; statically link the core with
each tool; remove all glibc dependencies (Julian). =20
[Done by Julian]
- [What about --time-stamp=3Dyes?]
=20
+* What about --time-stamp=3Dyes?
+ [Fixed by Julian to give relative time since startup]
+
* Make it work with GCC 2.95 (bug #111781) -- don't put declarations aft=
er
statements in blocks. Do it after merging ASPACEM with the trunk.
-Wdeclaration-after-statement is the GCC warning that detects this, bu=
t
@@ -50,7 +58,10 @@
-----
* Get pthread modelling and Helgrind working again. Requires function
wrapping (Nick).
+ [Won't happen for 3.1.0. Function wrapping is difficult.]
=20
* Reinstate Addrcheck and/or implement V-bit compression in Memcheck (?)=
.
+ [Won't happen for 3.1.0.]
=20
* Allow suppressions by filename + line number? (Joseph Link's patch)
+
|