-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
43 lines (24 loc) · 1.11 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
39
40
41
42
TODO:
- External interface
- Suffix for different types, e.g. whtf_parse
- Suffix for value, e.g. whtf_value
- C Version of best_trees store
- Configure / CPUID info in header
- C++ version of Dynamic Programming Search
- Retooled version of Genetic Algorithm Search
- More Perl test targets
- Shell scripts for interleaving and vectorization (wrap wht_attach)
- Doxygen man page generation
- Utilize Doxygen \internal flag
- Flag to allow wht_rand to construct trees outside compile time parameters
- Add PAPI instruction count interpolation to Instruction Count Model
- Integrate these lists inside Doxgen comments
Bugs:
- Some minor memory leak issues with parser.y
- Need to patch file generated by bison
- Unaligned vector codelets are broken for sse
- File parser.y should set wht_error when it cannot find a transform in the registry
instead of displaying syntax error
- Plans of the form split[split[ ... ] ] need to be rejected by grammar
- Does not install html manual to share ($htmldir)
- Does not conditionally check headers xmmintrin.h, emmintrin.h