[Webkit-unassigned] [Bug 16777] eliminate JSC::NaN and JSC::Inf

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 10 22:14:02 PDT 2011


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





--- Comment #8 from Darin Adler <darin at apple.com>  2011-06-10 22:14:02 PST ---
(From update of attachment 96833)
View in context: https://bugs.webkit.org/attachment.cgi?id=96833&action=review

So the nonInlineNaN() optimization was not helpful?

> Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp:53
> +#define NaN std::numeric_limits<double>::quiet_NaN()
> +#define Inf std::numeric_limits<double>::infinity()

Really?

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