Bug 39180

Summary: Reduce the size of FunctionExecutable
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren, oliver
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Attachments:
Description Flags
Patch darin: review+

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.