|
From: <sv...@va...> - 2005-10-15 16:53:07
|
Author: njn
Date: 2005-10-15 17:53:04 +0100 (Sat, 15 Oct 2005)
New Revision: 4931
Log:
update roadmap
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-10-15 15:48:52 UTC (rev 4930)
+++ trunk/docs/internals/roadmap.txt 2005-10-15 16:53:04 UTC (rev 4931)
@@ -25,18 +25,22 @@
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]
=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]
=20
* Rewrite address space manager; statically link the core with
- each tool; remove all glibc dependencies (Julian). [What about
- --time-stamp=3Dyes?]
+ each tool; remove all glibc dependencies (Julian). =20
+ [Done by Julian]
+ [What about --time-stamp=3Dyes?]
=20
* 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
it is only present in GCC after 3.4.0 (ie. not in 3.0.X--3.3.X)...
+ [Done by Tom and others]
=20
Maybe
-----
|