[Webkit-unassigned] [Bug 19408] Constant folding in parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 31 11:47:13 PDT 2008


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





------- Comment #22 from cwzwarich at uwaterloo.ca  2008-08-31 11:47 PDT -------
(In reply to comment #21)
> I will look into it again, read what ecma says about rounding, and try to check
> it on other platform.

ECMA states that all arithmetic is done with double precision IEEE
floating-point, and the result of the calculation you use in your tests can not
be represented exactly. You could just write the full value of the result in
the tests or pick different calculations whose can be represented exactly. I'll
even do it while landing, if you want. For now, I'll r- the patch so no one
lands it.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list