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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 11:17:07 PDT 2010


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





--- Comment #19 from Chris Marrin <cmarrin at apple.com>  2010-04-01 11:17:05 PST ---
It looks like std::fill() only uses a memset() optimization for 1 byte types.
So I understand the need for an optimization. But can't this be done by
optimizing Vector::fill() to use memset for any pod type being set to 0?

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