From 30bdbbed073750efa0a0c1e3f68925196e118953 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann?= Date: Thu, 15 May 2008 01:07:59 -0400 Subject: [PATCH] Update TODO --- TODO | 13 ++++++------- 1 file 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. -- 2.7.4