RESOLVED FIXED39180
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+
Simon Fraser (smfr)
Comment 1 2010-05-16 12:13:14 PDT
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
Simon Fraser (smfr)
Comment 4 2010-05-16 18:04:03 PDT
Note You need to log in before you can comment on or make changes to this bug.