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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 12 22:54:00 PDT 2013


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





--- Comment #7 from Christophe Dumez <dchris at gmail.com>  2013-08-12 22:53:35 PST ---
(In reply to comment #6)
> Ok, I inserted some comment in ChangeLog.
> But the code that you checked is the deletion part of my changes.

Does keeping the 'char c' local variable really affect performance when building in release with -O2 or -O3? This would be surprising. What makes your code really faster is avoiding the call to set() and therefore skipping data validation (since you already know the data is fine).

-- 
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