Bug 163589

Summary: [DOMJIT] Not emit exception case if it is not necessary
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Yusuke Suzuki 2016-10-18 00:43:41 PDT
We should not emit exception case if it is not necessary.
For example, nodeType accessor does not use the slow path calls.
Comment 1 Yusuke Suzuki 2016-10-18 01:41:50 PDT
Created attachment 291931 [details]
Patch
Comment 2 Yusuke Suzuki 2016-10-18 09:05:03 PDT
Comment on attachment 291931 [details]
Patch

Thanks!
Comment 3 WebKit Commit Bot 2016-10-18 09:28:59 PDT
Comment on attachment 291931 [details]
Patch

Clearing flags on attachment: 291931

Committed r207465: <http://trac.webkit.org/changeset/207465>
Comment 4 WebKit Commit Bot 2016-10-18 09:29:03 PDT
All reviewed patches have been landed.  Closing bug.