-
Notifications
You must be signed in to change notification settings - Fork 2
/
TODO
38 lines (26 loc) · 1.23 KB
/
TODO
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
################################################################################
# Copyright (c) 2012 Los Alamos National Security, LLC
# All rights reserved.
################################################################################
#------------------------------------------------------------------------------#
# TODO for SKA
#------------------------------------------------------------------------------#
# Urgent:
- Add moveTo function from slope window
- Add drag mouse control
- Add instruction centering
- Add type information to Strahler number computation in preparation of
register support.
- Add tree pruning for graphviz.
# Not so urgent:
- Add register allocation heuristics. This could be difficult...
Need to add partial lowering functionality.
- Finish search function.
- Add metric heuristics (look for metrics from proposal).
These should be added as library functions.
- Add version information to library.
- Add better controls to GUI. In particular, mouse-over information
about instruction meta-data would be nice (would need to add meta-
data collection to driver). Also need to figure out how to display
metrics. May need separate, non-modal window.
- May want to modify xml format to group items.