]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Some notes from memcheck size/endian hackery
authorJulian Seward <jseward@acm.org>
Sat, 9 Apr 2005 18:25:06 +0000 (18:25 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 9 Apr 2005 18:25:06 +0000 (18:25 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3530

NOTES.txt

index eb6148d6bdc86526c3529024af58686f21fba59d..838b54956611665b191b2a601e4b29e30b84b6f3 100644 (file)
--- a/NOTES.txt
+++ b/NOTES.txt
@@ -1,4 +1,16 @@
 
+9 Apr 05 (starting work on memcheck for 32/64-bit and big/little endian)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+* get rid of memcheck/mc_asm.h and include/tool_asm.h.  I think 
+  these are left over from single-platform days, when it made
+  sense to have tool-helpers written in assembly.  Looks like we
+  need to retain coregrind/core_asm.h, though.
+
+  Urk.  Perhaps nuke all that X86_FEAT gunk in coregrind/core_asm.h
+  though.  Vex isn't clever enough to distinguish dozens of CPU
+  subvariants.
+
+
 23 March 05
 ~~~~~~~~~~~
 Do we still need ARCH_PTHREQ_RET (or *PTHREQ* for that matter) ?