[Webkit-unassigned] [Bug 47121] need way to measure size of JITed ARM code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 13 17:22:37 PDT 2010


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


Darin Adler <darin at apple.com> changed:

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




--- Comment #8 from Darin Adler <darin at apple.com>  2010-10-13 17:22:36 PST ---
(From update of attachment 70006)
View in context: https://bugs.webkit.org/attachment.cgi?id=70006&action=review

> JavaScriptCore/assembler/LinkBuffer.h:269
> +        dumpLinkStats(m_code, initialSize, m_size);

Why abbreviate to “stats”?

> JavaScriptCore/assembler/LinkBuffer.h:292
> +        static unsigned totalInitialSize = 0, totalFinalSize = 0;

We normally declare these things on separate lines.

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