[Webkit-unassigned] [Bug 28133] SVG Filter feBlend implementation missing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 10 07:35:00 PDT 2009


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





--- Comment #5 from Eric Seidel <eric at webkit.org>  2009-08-10 07:34:59 PDT ---
I have no strong preference the reference vs. the return.  That said, I think
it's wrong to change how you would write your code for the compiler w/o
testing.  Pre-mature optimization, as they say.

IMO, your first client should be other human readers when you're writing code.
:)  I try to write as clear as possible for humans, only tweaking for the
second client (the compiler) when the compiler is too dumb to do the right
thing.  In this case, I would expect a 64-bit compiler to write smart code in
either case.  But never having written a compiler, I tend to be blissfully
naive about these things.

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