[Webkit-unassigned] [Bug 95316] New: Refactoring LLInt::Data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 29 02:37:05 PDT 2012


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

           Summary: Refactoring LLInt::Data
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mark.lam at apple.com


Refactoring LLInt::Data to be a singleton.  There was no reason why it shouldn't be a singleton in the first place anyway.  The previous form was being used as a singleton, but instantiates LLInt::Data like an instance object.  It is now made up of only static members.

This change allows its opcodeMap to be easily queried from any function without needing to go through a GlobalData object.  It also introduces the LLInt::getCodePtr() methods that will be used by the LLInt C loop later to redefine how llint symbols (opcodes and trampoline glue labels) get resolved.

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