[webkit-reviews] review granted: [Bug 52222] Microoptimization in ~JSString : [Attachment 78544] jsstringdtor.diff

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 11 10:16:26 PST 2011


Darin Adler <darin at apple.com> has granted Xan Lopez <xan.lopez at gmail.com>'s
request for review:
Bug 52222: Microoptimization in ~JSString
https://bugs.webkit.org/show_bug.cgi?id=52222

Attachment 78544: jsstringdtor.diff
https://bugs.webkit.org/attachment.cgi?id=78544&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=78544&action=review

> Source/JavaScriptCore/runtime/JSString.h:324
> +		   do {
> +		       RopeImpl::deref(m_other.m_fibers[i]);
> +		   } while (++i < m_fiberCount);

One line body, usually no braces in WebKit coding style.


More information about the webkit-reviews mailing list