WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
39180
Reduce the size of FunctionExecutable
https://bugs.webkit.org/show_bug.cgi?id=39180
Summary
Reduce the size of FunctionExecutable
Simon Fraser (smfr)
Reported
2010-05-16 10:42:31 PDT
FunctionExecutable could be shrunkerated. m_numVariables can be an int, etc.
Attachments
Patch
(3.21 KB, patch)
2010-05-16 12:13 PDT
,
Simon Fraser (smfr)
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2010-05-16 12:13:14 PDT
Created
attachment 56191
[details]
Patch
Darin Adler
Comment 2
2010-05-16 12:14:49 PDT
Comment on
attachment 56191
[details]
Patch
> + int variableCount() const { return m_numVariables; }
Why int rather than unsigned?
> + int m_numVariables : 31;
Same question here. r=me
Simon Fraser (smfr)
Comment 3
2010-05-16 18:03:10 PDT
http://trac.webkit.org/changeset/59587
Simon Fraser (smfr)
Comment 4
2010-05-16 18:04:03 PDT
<
rdar://problem/7990529
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug