[cairo-bugs] [Bug 4846] Performance problems for GTK+/Cairo on
MacOS X
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Oct 26 00:44:26 PDT 2005
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=4846
------- Additional Comments From bogdanni at hotmail.com 2005-10-26 00:44 -------
The problem occurs in cairo_fixed_from_double(), but I believe there is no mis-compilation.
I think the function receives a denormalized/weird number (possibly from an uninitialized memory
address) and floor() silently puts it to 0. In -ffast-math mode the compiler generates the unguarded code
directly and the output is a huge number in one of the calls.
Still investigating...
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the cairo-bugs
mailing list