-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathTODO
More file actions
23 lines (20 loc) · 728 Bytes
/
TODO
File metadata and controls
23 lines (20 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Disassembly:
* Include symbols in disassembly
* Include section names in disassembly
* Include data?
Design issues:
* Change attributes from attribute list to a set of attribute.
* When optimizing code, try to keep the more meaningful variable names.
* Inter-procedural analysis
Features:
* Function boundary identification for x86-64
* Enable (re-)lifting of resolved indirect jumps in BIL
Other:
* Fix up documentation.
* Write more .mli files.
* Depgraphs.ml: Make a separate graph type for depgraphs.ml with
Lang.exp = unit
* Cfg.mli: How can we make expressions more structured?
* Should we add edge conditions to the visitor?
* Do we really want to_astvar and to_astloc? I don't think we are
using them right now.