Bug 86548

Summary: Membership of CodeBlock::RareData needs to be reevaluated
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 86436    
Bug Blocks:    

Filip Pizlo
Reported 2012-05-15 17:15:07 PDT
There are some things in RareData, like m_lineInfo, that are always used for pretty much every CodeBlock. Other things in RareData, like m_inlineCallFrames and m_codeOrigins, that ought to probably be in m_dfgData.
Attachments
Note You need to log in before you can comment on or make changes to this bug.