]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update.
authorJulian Seward <jseward@acm.org>
Fri, 22 Apr 2005 21:21:09 +0000 (21:21 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 22 Apr 2005 21:21:09 +0000 (21:21 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@1136

VEX/TODO.txt

index 0247ce99d88995b8657395b5c2b237c11b436459..24dc3cbf260fbc67f661ec9b6bf2e971a795dd66 100644 (file)
@@ -12,21 +12,12 @@ iropt: reconsider precise exceptions
 x86 guest: look at FP accuracy
 
 
-Test
-~~~~
-Test adc/sbb carry dependency in memcheck
-
-
 Optimisation opportunities
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 Improved isel for memcheck artefacts on x86 (generate neg ; sbbl)
 
 Assess tt_fast miss rates 
 
-Better register allocation - spilling reduction
-
-iropt less conservative re precise exns
-
 improve stack-update pass
 
 proper profiling machinery
@@ -35,6 +26,7 @@ do not CSE exprs :: Ity_Bit
 
 x86 iselIntExpr_RMI: actually generate the M case if possible
 
+
 JIT speedups
 ~~~~~~~~~~~~
 Ensure incremental flatness throughout
@@ -54,19 +46,10 @@ Optimisation after first instrumentation rather than 2nd ?
 
 disallow dirty helpers from writing SP/IP
 
-make instrumentation work at no optimisation
-
 write API doc, clarify IR semantics
 
 make IR utils module
 
-tt/tc simplification, also profiling
-
 generic stack pointer identification at startup?
 
 New memstack_k: old or new sp?
-
-Set host FPU mode before starting.  Also set Dflag = 0 
-
-skin_panic -> tool_panic
-