Bug 143746

Summary: Remove JavaScriptCoreUseJIT default from JavaScriptCore
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren, mark.lam
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch mark.lam: review+

Description Michael Saboff 2015-04-14 17:49:32 PDT
This default is no longer useful.  Safari used it at one point, but no longer can with webkit running as a separate process.

rdar://problem/20470158
Comment 1 Michael Saboff 2015-04-14 17:53:14 PDT
Created attachment 250768 [details]
Patch
Comment 2 Mark Lam 2015-04-14 17:59:05 PDT
Comment on attachment 250768 [details]
Patch

r=me.

Just curious, what motivated the removal of this code?  Is it simply because it's not needed anymore?
Comment 3 Mark Lam 2015-04-14 17:59:57 PDT
(In reply to comment #2)
> Just curious, what motivated the removal of this code?  Is it simply because
> it's not needed anymore?

Never mind.  You already explained why in the bugzilla description.
Comment 4 Michael Saboff 2015-04-14 19:17:38 PDT
Committed r182831: <http://trac.webkit.org/changeset/182831>
Comment 5 Geoffrey Garen 2015-04-15 11:15:48 PDT
The motivation is memory use.