[Webkit-unassigned] [Bug 22693] New: Remove m_assembler from MacroAssembler::Jump.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 5 13:57:31 PST 2008


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

           Summary: Remove m_assembler from MacroAssembler::Jump.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barraclough at apple.com


Keeping a pointer allowed for some syntactic sugar - "link()" looks nicer than
"link(this)".  But maintaining this doubles the size of Jump, which is even
more unfortunate for the JIT, since there are many large structures holding
JmpSrcs.  Probably best to remove it.


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



More information about the webkit-unassigned mailing list