4 Sep
2008
4 Sep
'08
7:58 a.m.
On Sep 4, 2008, at 2:05 AM, Paul Pedriana wrote:
I see that JavaScriptCore/wtf/Vector.h has this:
// FIXME: Nothing guarantees this buffer is appropriately aligned to hold objects of type T. char m_inlineBuffer[m_inlineBufferSize];
We have a bug for this: <https://bugs.webkit.org/show_bug.cgi? id=16925>. Also, <https://bugs.webkit.org/show_bug.cgi?id=19775>. There are several patches and suggestions in these bugs, which wait for someone to submit them as clean patches. - WBR, Alexey Proskuryakov