[Webkit-unassigned] [Bug 106066] LLint: Number.MIN_VALUE is 0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 4 15:10:29 PST 2013


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





--- Comment #6 from Dominic Szablewski <dominic.szablewski at gmail.com>  2013-01-04 15:12:27 PST ---
Pardon my ignorance. TN2293 ( http://developer.apple.com/library/ios/#technotes/tn2293/_index.html ) explains a bit more. So I guess it is expected to always run JSC with support for denormal numbers enabled, correct?

Wouldn't a fix where MIN_VALUE returns the _actual_ smallest representable number still make sense? I.e. if  denormal support is enabled, return 5E-324, otherwise 5E-308.

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