[Webkit-unassigned] [Bug 59869] New: AssemblerBuffer cleanup - disambiguate size()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 30 16:43:46 PDT 2011


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

           Summary: AssemblerBuffer cleanup - disambiguate size()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        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


The method size() is called on the AssemblerBuffer both to acquire the complete size of the code, and to get a position to use as a label into the code.  Instead, add an explicit 'label' method.

-- 
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