[webkit-reviews] review granted: [Bug 68741] Add static version of JSCell::getCallData : [Attachment 108727] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 26 20:25:08 PDT 2011


Darin Adler <darin at apple.com> has granted Mark Hahnenberg
<mhahnenberg at apple.com>'s request for review:
Bug 68741: Add static version of JSCell::getCallData
https://bugs.webkit.org/show_bug.cgi?id=68741

Attachment 108727: Patch
https://bugs.webkit.org/attachment.cgi?id=108727&action=review

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


> Source/JavaScriptGlue/ChangeLog:14
> +	   can be represented as function pointers rather than pointers to
member methods, and
> +	   function pointers are smaller and faster to call than pointers to
member methods.

The term is "member functions", not "member methods".


More information about the webkit-reviews mailing list