NEW 170004
[JSC][DFG] JSC should have fast path for operationDoubleToInt52
https://bugs.webkit.org/show_bug.cgi?id=170004
Summary [JSC][DFG] JSC should have fast path for operationDoubleToInt52
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.