Bug 163457 - [DOMJIT][JSC] Add Option::useDOMJIT
Summary: [DOMJIT][JSC] Add Option::useDOMJIT
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on: 163223
Blocks: 162544
  Show dependency treegraph
 
Reported: 2016-10-14 12:37 PDT by Yusuke Suzuki
Modified: 2016-10-17 15:12 PDT (History)
7 users (show)

See Also:


Attachments
Patch (3.91 KB, patch)
2016-10-17 15:04 PDT, Yusuke Suzuki
saam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>