[Webkit-unassigned] [Bug 167400] Always crashed with youtube/tv on ARM platfrom

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 25 10:23:58 PST 2017


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

--- Comment #5 from Keith Miller <keith_miller at apple.com> ---
This fix looks reasonable but we should just skip the #ifs and just use the memcpy version on all platforms. The compiler should convert the memcpy into a load on platforms where they are equivalent anyway. I would just add a comment saying that the load may not be aligned so we use memcpy to implement the load.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170125/e626f579/attachment.html>


More information about the webkit-unassigned mailing list