[Webkit-unassigned] [Bug 43963] Avoid increasing required alignment of target type warning
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 17 01:10:43 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43963
--- Comment #11 from deepak <deepak.m at allaboutif.com> 2010-08-17 01:10:43 PST ---
As i mentioned Earlier , I never had Alignment problem with Arm, So i di not apply any patch for compilation, But on mips i started getting warnings, even rectangle draw operations are not happening properly .. And i had to disable fast-malloc support ,cause i was getting lots of Segmentation faults, Strange thing is that I never faced this issues with Arm (armv5 le)
I did reinterpret_cast_ptr change in StdLibExtras.h and used reinterpret_cast_ptr wherever i was getting alignment warning .. It removed almost 90% of the warnings .. But at following line i couldn't use it..
JavaScriptCore/pcre/pcre_compile.cpp +2592
and in following lines also
WebCore/platform/gtk/ScrollbarGtk.cpp +53
WebKit/gtk/webkit/webkitwebview.cpp 2972 and 2973
WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp +347
I think your new patch should solve JPEGImageDecoder.cpp warning.. cause i din try in that way :)
Thanks
--
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