[Webkit-unassigned] [Bug 95482] New: JSC: Render unto #ifdef's that which belongs to them

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 30 11:10:49 PDT 2012


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

           Summary: JSC: Render unto #ifdef's that which belongs to them
           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


Refining / disambiguating between #ifdefs and adding some.  For example, ENABLE(JIT) is conflated with ENABLE(LLINT) in some places.  Also, we need to add ENABLE(COMPUTED_GOTO_OPCODES) to indicate that we want interpreted opcodes to use COMPUTED GOTOs apart from ENABLE(LLINT) and ENABLE(COMPUTED_GOTO_CLASSIC_INTERPRETER).  Also cleaned up #ifdefs in certain places which were previously incorrect.

With current build configurations, this change does not make much difference.  But we'll need this later for the LLInt C loop.

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