[Webkit-unassigned] [Bug 143998] New: [CMake] Clean up JSC JIT options

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 21 10:35:57 PDT 2015


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

            Bug ID: 143998
           Summary: [CMake] Clean up JSC JIT options
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com

* ENABLE_LLINT_C_LOOP is the opposite of ENABLE_JIT. It would be nonsense to have both or neither enabled, so there's no need for these to be separate options.
* Add ENABLE_DFG_JIT and have ENABLE_FTL_JIT depend on it.
* Add ENABLE_FTL_NATIVE_CALL_INLINING option, dependent on ENABLE_FTL_JIT.

If you currently build with -DENABLE_LLINT_C_LOOP=ON, you will instead want to build with -DENABLE_JIT=OFF. If you currently build with -DENABLE_JIT=ON on a platform that supports baseline JIT but not DFG JIT, you'll need to add -DENABLE_DFG_JIT=OFF.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150421/aec8611b/attachment.html>


More information about the webkit-unassigned mailing list