[Webkit-unassigned] [Bug 86548] New: Membership of CodeBlock::RareData needs to be reevaluated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 17:16:03 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=86548

           Summary: Membership of CodeBlock::RareData needs to be
                    reevaluated
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fpizlo at apple.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list