[Webkit-unassigned] [Bug 88314] New: Improve Math.round and Math.floor intrinsic
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 5 01:38:37 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=88314
Summary: Improve Math.round and Math.floor intrinsic
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: yuqiang.xian at intel.com
CC: barraclough at apple.com, fpizlo at apple.com
Currently we call a native function from the JIT code to complete the "round" and "floor" operations. We could inline some fast paths especially for those positive values on the platforms where floating point truncation is supported.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list