forked from svn2github/valgrind-vex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
55 lines (31 loc) · 1 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Last updated 15 Nov 04
~~~~~~~~~~~~~~~~~~~~~~
Critical (correctness)
~~~~~~~~~~~~~~~~~~~~~~
x86 isel: should free up all fp reg tags when calling a helper.
And save FP and SSE insns across the helper.
iropt: reconsider precise exceptions
x86 guest: look at FP accuracy
Optimisation opportunities
~~~~~~~~~~~~~~~~~~~~~~~~~~
Improved isel for memcheck artefacts on x86 (generate neg ; sbbl)
Assess tt_fast miss rates
improve stack-update pass
proper profiling machinery
do not CSE exprs :: Ity_Bit
x86 iselIntExpr_RMI: actually generate the M case if possible
JIT speedups
~~~~~~~~~~~~
Ensure incremental flatness throughout
Profile again with cachegrind/calltree
change IRTemp to 16 bits?
Integration
~~~~~~~~~~~
Get rid of sloppy-malloc
Get rid of partial-loads-ok
Optimisation after first instrumentation rather than 2nd ?
disallow dirty helpers from writing SP/IP
write API doc, clarify IR semantics
make IR utils module
generic stack pointer identification at startup?
New memstack_k: old or new sp?