[Webkit-unassigned] [Bug 106179] New: Number.MIN_VALUE should take support for denormal numbers into account

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 5 08:59:29 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106179

           Summary: Number.MIN_VALUE should take support for denormal
                    numbers into account
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dominic.szablewski at gmail.com


When running JSC in a process without support for denormal numbers (default on iOS6) Number.MIN_VALUE gets round down to 0, which is not very helpful.

If denormal numbers are supported MIN_VALUE should return 5E-324, or 2.2250738585072014E-308 (DBL_MIN) otherwise.

-- 
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