[webkit-reviews] review granted: [Bug 39180] Reduce the size of FunctionExecutable : [Attachment 56191] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun May 16 12:14:49 PDT 2010
Darin Adler <darin at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 39180: Reduce the size of FunctionExecutable
https://bugs.webkit.org/show_bug.cgi?id=39180
Attachment 56191: Patch
https://bugs.webkit.org/attachment.cgi?id=56191&action=review
------- Additional Comments from Darin Adler <darin at apple.com>
> + int variableCount() const { return m_numVariables; }
Why int rather than unsigned?
> + int m_numVariables : 31;
Same question here.
r=me
More information about the webkit-reviews
mailing list