[Webkit-unassigned] [Bug 16925] How to fix VectorBuffer's alignment FIXME

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


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


ppedriana at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23467|0                           |1
        is obsolete|                            |
  Attachment #23487|                            |review?
               Flag|                            |




------- Comment #7 from ppedriana at gmail.com  2008-09-16 14:18 PDT -------
Created an attachment (id=23487)
 --> (https://bugs.webkit.org/attachment.cgi?id=23487&action=view)
Revised patch

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.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list