[Webkit-unassigned] [Bug 119671] FEComponentTransfer could be faster

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 12 01:14:45 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=119671





--- Comment #2 from Jinwoo Jeong <jw00.jeong at samsung.com>  2013-08-12 01:14:21 PST ---
In this case, the type of pixelArray->data() is unsigned char.
It means we can avoid calling of SET function.

And I measured the spent time of before and after patching when visit http://www.w3.org/TR/filter-effects/examples/feComponentTransfer.svg.

Before adopting this patch, the function spent 190(ms).
After patching, it spent only 35(ms).
So this could reduce 80% of spent time.

Below is about testing environment.
OS: Ubuntu 12.04 64bit
CPU: Intel Core i7-3770 CPU @ 3.40GHz
Memory: 8,123,696 kB

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list