Bug 170004

Summary: [JSC][DFG] JSC should have fast path for operationDoubleToInt52
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: NEW    
Severity: Normal CC: fpizlo, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Yusuke Suzuki
Reported 2017-03-23 06:02:03 PDT
Currently, we always call operationDoubleToInt52 function to convert double to int52. But we should have the fast path for that in DFG and FTL.
Attachments
Note You need to log in before you can comment on or make changes to this bug.