[webkit-reviews] review denied: [Bug 13505] loses precision on x86_64 : [Attachment 14205] graphicscontextcairo-user_data-fix.patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 26 12:42:24 PDT 2007


Maciej Stachowiak <mjs at apple.com> has denied Kulyk Nazar
<schamane at myeburg.net>'s request for review:
Bug 13505: loses precision on x86_64
http://bugs.webkit.org/show_bug.cgi?id=13505

Attachment 14205: graphicscontextcairo-user_data-fix.patch
http://bugs.webkit.org/attachment.cgi?id=14205&action=edit

------- Additional Comments from Maciej Stachowiak <mjs at apple.com>
It's pretty inefficient to malloc the size of a single float; better to use a
separate Vector<float> as a stack in the GraphicsContext.



More information about the webkit-reviews mailing list