Update TODO
authorSøren Sandmann <sandmann@redhat.com>
Thu, 15 May 2008 05:07:59 +0000 (01:07 -0400)
committerSøren Sandmann <sandmann@redhat.com>
Thu, 15 May 2008 05:07:59 +0000 (01:07 -0400)
TODO

diff --git a/TODO b/TODO
index 8347446..5acadf3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,13 +8,6 @@
 
       - Use pixmanFillsse2 and pixmanBltsse2
 
-      - Crashes in Mozilla because of unaligned stack. Possible fixes
-
-        - Make use of gcc 4.2 feature to align the stack
-
-        - Write some sort of trampoline that aligns the stack
-          before calling SSE functions.
-
   - Update the RLEASING file
 
   - Things to keep in mind if breaking ABI:
 
 done:
 
+- SSE2 issues:
+    - Crashes in Mozilla because of unaligned stack. Possible fixes
+        - Make use of gcc 4.2 feature to align the stack
+        - Write some sort of trampoline that aligns the stack
+          before calling SSE functions.
+
 - Get rid of the switch-of-doom; replace it with a big table
   describing the various fast paths.