[cairo] [PATCH] speed up fbOver

Hung Nguyen Vu vuhung16plus+shape at gmail.com
Thu Jul 17 19:58:44 PDT 2008


On Fri, Jul 18, 2008 at 3:20 AM, Jeff Muizelaar <jeff at infidigm.net> wrote:

> I'm not sure why you're seeing that. Can you verify that code being run
> is different? i.e. look at the assembly ater patching while running under
> gdb.
>
I've reinstalled pixman and the test code with -g, stepped into the pixman
library with gdb
but it seems that fbOver is not being run.

Actually, I've noticed that fbComposeSetupMMX () was executed.
Note that I am testing the code under Pentium 4.
Is there anything missing in ./configure or something?

cd /home/vuhung/usr/src/pixman-0.11.2
./configure CFLAGS="-g -pg" --prefix=$HOME --disable-mmx --disable-sse2 &>
/dev/null
make &> /dev/null; make install &> /dev/null

cd /home/vuhung/work/g++
gcc -g -pg `pkg-config --libs --cflags pixman-1` pixman-fbOver-bench.c
export LD_LIBRARY_PATH=~/lib
ldd ./a.out | grep pixman
./a.out | grep mean

cd /home/vuhung/usr/src/pixman-0.11.2.fbOver
./configure CFLAGS="-g -pg" --prefix=$HOME --disable-mmx --disable-sse2 &>
/dev/null
make &> /dev/null; make install &> /dev/null

cd /home/vuhung/work/g++
gcc -g -pg `pkg-config --libs --cflags pixman-1` pixman-fbOver-bench.c
export LD_LIBRARY_PATH=~/lib
ldd ./a.out | grep pixman
./a.out | grep mean




-- 
Best Regards,
Nguyen Hung Vu ( Nguyễn Vũ Hưng )
vuhung16plus{remove}@gmail.dot.com
<vuhung16plus%7Bremove%7D at gmail.dot.com>, YIM: vuhung16 , Skype:
vuhung16dg
Japan through an eye of a gaijin:
http://www.flickr.com/photos/vuhung/tags/fav/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.cairographics.org/archives/cairo/attachments/20080718/2495a72c/attachment.htm 


More information about the cairo mailing list