summaryrefslogtreecommitdiff
path: root/ROADMAP
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2008-07-05 12:05:42 -0700
committerDavid Schleef <ds@schleef.org>2008-07-05 12:05:42 -0700
commit60744403aa0864c305aa7279bbb917c5868de04d (patch)
tree9760dd144601df7da3292527ec7904715aa77471 /ROADMAP
parent52523e8e9eeb1747af3ca7244b936cc3f2b92310 (diff)
Add roadmap
Diffstat (limited to 'ROADMAP')
-rw-r--r--ROADMAP24
1 files changed, 24 insertions, 0 deletions
diff --git a/ROADMAP b/ROADMAP
new file mode 100644
index 0000000..1df6e67
--- /dev/null
+++ b/ROADMAP
@@ -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
+
+
+