summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSøren Sandmann <sandmann@redhat.com>2008-05-15 01:07:59 -0400
committerSøren Sandmann <sandmann@redhat.com>2008-05-15 01:07:59 -0400
commit30bdbbed073750efa0a0c1e3f68925196e118953 (patch)
treee3b2791f258ac9a7607aa0338c6fd469989e5914 /TODO
parentd71bfc7777a48edfeb0aee0e3da97ac700a3dc90 (diff)
Update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 6 insertions, 7 deletions
diff --git a/TODO b/TODO
index 8347446..5acadf3 100644
--- 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:
@@ -151,6 +144,12 @@
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.