[Pixman] [PATCH 5/7] C variant of bilinear scaled 'src_8888_n_8888' fast path
Soeren Sandmann
sandmann at cs.au.dk
Sat Feb 26 04:39:37 PST 2011
Siarhei Siamashka <siarhei.siamashka at gmail.com> writes:
> From: Siarhei Siamashka <siarhei.siamashka at nokia.com>
>
> Serves no real practical purpose other than testing solid mask support
> in bilinear scaling main loop template.
If these functions don't serve any practical purpose, is there a reason
to have them? The .text segment of pixman is already getting large. If
these functions end up in the middle of code that is actually used, they
would have to be paged in at application startup time, so they do have a
potential performance and (slight) memory cost.
Soren
More information about the Pixman
mailing list