[webkit-reviews] review requested: [Bug 16925] How to fix VectorBuffer's alignment FIXME : [Attachment 23487] Revised patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 16 14:18:06 PDT 2008


Paul Pedriana <ppedriana at gmail.com> has asked  for review:
Bug 16925: How to fix VectorBuffer's alignment FIXME
https://bugs.webkit.org/show_bug.cgi?id=16925

Attachment 23487: Revised patch
https://bugs.webkit.org/attachment.cgi?id=23487&action=edit

------- Additional Comments from Paul Pedriana <ppedriana at gmail.com>
This patch:
   - moves the align macros back to vector.h
   - renames aligned_buffer_char to AlignedBufferChar
   - renamed aligned_buffer to aligned_buffer
   - used #if COMPILER(GCC) instead of #if defined(__GNUC___)
   - adds COMPILER(MINGW)
   - removes the reference to __MWERKS__ for now.


More information about the webkit-reviews mailing list