[webkit-reviews] review canceled: [Bug 38045] Fix VectorBuffer's alignment on ARM : [Attachment 54156] Fix VectorBuffer's alignment on ARM

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


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

Attachment 54156: Fix VectorBuffer's alignment on ARM
https://bugs.webkit.org/attachment.cgi?id=54156&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