[Webkit-unassigned] [Bug 56247] Alignement problem (list of CPU types requiring alignment is too short)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 12 13:44:54 PST 2011


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





--- Comment #3 from Martin Husemann <martin at NetBSD.org>  2011-03-12 13:44:54 PST ---
Thanks for the hints - I'll follow the procedure.

The list of CPUs I made up out of thin air - I always associate "alignement required" with RISC in general, but you are right, ppc is the oddball risc platform and does allow it. So remove ppc and ppc64, add alpha and hppa.

I wonder if it is worth to split the loop into three parts, head and tail doing slow unaligned compares, but the main part doing 32bit compares.

This could be used on all cpus, and should be faster if the main loop dominates the length, even on x86/amd64 cpus.

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