[webkit-reviews] review requested: [Bug 38045] Fix VectorBuffer's alignment on ARM : [Attachment 58134] Fix VectorBuffer's alignment on ARM (v2)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 8 06:34:42 PDT 2010


Gabor Loki <loki at webkit.org> has asked	for review:
Bug 38045: Fix VectorBuffer's alignment on ARM
https://bugs.webkit.org/show_bug.cgi?id=38045

Attachment 58134: Fix VectorBuffer's alignment on ARM (v2)
https://bugs.webkit.org/attachment.cgi?id=58134&action=review

------- Additional Comments from Gabor Loki <loki at webkit.org>
I have just looked at C++ standard and found a better solution than the
previous one.
We can use static_cast to void* which has no alignment problem on any type, and
of course it will not break the value of m_inlineBuffer.buffer (which was an
array type in the reinterpret_cast).


More information about the webkit-reviews mailing list