diff options
author | David Schleef <ds@schleef.org> | 2008-07-05 12:05:42 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2008-07-05 12:05:42 -0700 |
commit | 60744403aa0864c305aa7279bbb917c5868de04d (patch) | |
tree | 9760dd144601df7da3292527ec7904715aa77471 | |
parent | 52523e8e9eeb1747af3ca7244b936cc3f2b92310 (diff) |
Add roadmap
-rw-r--r-- | ROADMAP | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ + +Projects: + +* Memory management for executable sections of code. + +* Parser + +* APIs to handle the following use cases: + - replacement for normal functions (schro) + - construct function at runtime (pixman) + +* Handle compilation failure + - fallback to emulation + +* Automatic testing of compiled code + +* Automatic speed measurement + +* Better MMX and SSE engine latency/throughput measurement + +* SSE write alignment + + + |