Bug 163457

Summary: [DOMJIT][JSC] Add Option::useDOMJIT
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, ggaren, keith_miller, mark.lam, msaboff, saam, sam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 163223    
Bug Blocks: 162544    
Attachments:
Description Flags
Patch saam: review+

Description Yusuke Suzuki 2016-10-14 12:37:32 PDT
It's useful to compare the results between non-DOMJIT and DOMJIT ones.
Comment 1 Yusuke Suzuki 2016-10-14 12:39:16 PDT
After landing IC thing, I'll introduce this option.
Comment 2 Yusuke Suzuki 2016-10-17 15:04:40 PDT
Created attachment 291881 [details]
Patch
Comment 3 Saam Barati 2016-10-17 15:09:14 PDT
Comment on attachment 291881 [details]
Patch

r=me
Comment 4 Yusuke Suzuki 2016-10-17 15:12:13 PDT
Committed r207437: <http://trac.webkit.org/changeset/207437>