[webkit-reviews] review denied: [Bug 78513] If memset gets inlined at WebKit/Source/JavaScriptCore/wtf/Vector.h, it may produce a warning : [Attachment 126836] Fixes the problem.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 13 17:04:09 PST 2012


Alexey Proskuryakov <ap at webkit.org> has denied asharif.tools at gmail.com's
request for review:
Bug 78513: If memset gets inlined at WebKit/Source/JavaScriptCore/wtf/Vector.h,
it may produce a warning
https://bugs.webkit.org/show_bug.cgi?id=78513

Attachment 126836: Fixes the problem.
https://bugs.webkit.org/attachment.cgi?id=126836&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
This makes uninitializedFill slower for the benefit of a platform specific
tool. There must be a way to shut down the warning that doesn't have runtime
costs.


More information about the webkit-reviews mailing list