On 2012/03/16 12:56:30, kalmard wrote:
Thanks for the quick replies!
In case any of the questions was directed at me: I believe using alignof
should
not cause harm on any architecture.
And some clarification: the once_ workaround works for 4 byte alignment
issues.
However MIPS uses 8 byte alignment in some cases, which is why this fix is needed.
Great, so maybe you can replace your MIPS ifdef with a GCC ifdef and modify the comment to make it say something like "TODO: Fix alignment issue on MIPS with
non-GCC compilers."? http://codereview.chromium.org/9702114/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
