]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
tweak
authorNicholas Nethercote <njn@valgrind.org>
Sat, 27 Aug 2005 17:58:09 +0000 (17:58 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sat, 27 Aug 2005 17:58:09 +0000 (17:58 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4541

docs/internals/roadmap

index 28740b315124d6980ce646b093cd7fe800b0479f..095d1566ad266383f13f62a57daae94e852cf4d9 100644 (file)
@@ -1,15 +1,18 @@
------------------------------------------------------------------------------
-Valgrind roadmap
------------------------------------------------------------------------------
+=============================================================================
+Valgrind Roadmap
+=============================================================================
 
 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.
 
+-----------------------------------------------------------------------------
 3.1.0
------
+-----------------------------------------------------------------------------
 Scheduled for around November 2005.
 
+Definite
+--------
 * Get 32-bit and 64-bit programs working smoothly on AMD64 (Tom?).  Several
   levels of smoothness here, we should aim for at least level 3.
 
@@ -29,3 +32,11 @@ Scheduled for around November 2005.
 * Rewrite address space manager;  statically link the core with
   each tool;  remove all glibc dependencies (Julian).
 
+Maybe
+-----
+* Get pthread modelling and Helgrind working again.  Requires function
+  wrapping (Nick).
+
+* Reinstate Addrcheck and/or implement V-bit compression in Memcheck (?).
+
+