[Webkit-unassigned] [Bug 36849] Add zero() method to Vector class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 31 13:37:07 PDT 2010


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





--- Comment #9 from Chris Marrin <cmarrin at apple.com>  2010-03-31 13:37:06 PST ---
Do we really need this method in the Vector class? It may be a bit more
concise, but it seems like overkill. I don't think it will improve performance
in any significant way, and I don't thing 'zero()' is any more clear than
'fill(0)'. It seems like it just unnecessarily adds to the size of the API of
this function.

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