[Webkit-unassigned] [Bug 25857] new dtoa.cpp strict-aliasing issues with gcc 4.4

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 20 05:42:09 PDT 2009


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





------- Comment #4 from mjs at apple.com  2009-05-20 05:42 PDT -------
If these are all due to the Storeinc macro (which does appear to break strict
aliasing), it is preceded by a commented out aliasing-safe definition that
looks like it would also be more efficient on modern CPUs:

 #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)


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