[Webkit-unassigned] [Bug 19775] Alignment problems on Sparc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 26 11:49:37 PDT 2008


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





------- Comment #4 from mh+webkit at glandium.org  2008-06-26 11:49 PDT -------
(In reply to comment #3)
> You can look up __align__ usage in iPhone sources. For a compiler-neutral
> technique, I was thinking about something like
> -char m_inlineBuffer[m_inlineBufferSize];
> +uint32_t m_inlineBuffer[(m_inlineBufferSize + 3) / 4];

This looks just like what we already have for FastMalloc's pageheap_memory.
I'll try that.


-- 
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