[Webkit-unassigned] [Bug 52222] Microoptimization in ~JSString

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


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #78544|review?                     |review+
               Flag|                            |




--- Comment #2 from Darin Adler <darin at apple.com>  2011-01-11 10:16:27 PST ---
(From update of attachment 78544)
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.

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