[Webkit-unassigned] [Bug 79739] Use IPP malloc for AudioArray

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 27 20:42:13 PST 2012


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





--- Comment #4 from xingnan.wang at intel.com  2012-02-27 20:42:13 PST ---
(In reply to comment #3)
> Will 32-byte alignment get us any advantage over the 16-byte alignment?

I think 32-byte and 16-byte alignment are not too much different here, I have to use it because the IPP only provides 32-byte aligned ippmalloc function. The advantage we can get is the aligned memory is more easily allocated than original way.

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