Bug 129582

Summary: Clean up use of Options::enableConcurrentJIT().
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, ggaren, mhahnenberg, mmirman, msaboff, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch. none

Description Mark Lam 2014-03-02 14:15:12 PST
DFG Driver was conditionally checking Options::enableConcurrentJIT() only if ENABLE(CONCURRENT_JIT).  Otherwise, it bypasses it with a local enableConcurrentJIT set to false.

Instead we should configure Options::enableConcurrentJIT() to be false in Options.cpp if !ENABLE(CONCURRENT_JIT), and DFG Driver should always check Options::enableConcurrentJIT().  This makes the code read a little cleaner.
Comment 1 Mark Lam 2014-03-02 14:28:21 PST
Created attachment 225611 [details]
the patch.
Comment 2 WebKit Commit Bot 2014-03-02 15:09:11 PST
Comment on attachment 225611 [details]
the patch.

Clearing flags on attachment: 225611

Committed r164953: <http://trac.webkit.org/changeset/164953>
Comment 3 WebKit Commit Bot 2014-03-02 15:09:15 PST
All reviewed patches have been landed.  Closing bug.