http://codereview.chromium.org/9702114/diff/1/src/lazy-instance.h File src/lazy-instance.h (right):
http://codereview.chromium.org/9702114/diff/1/src/lazy-instance.h#newcode188 src/lazy-instance.h:188: // Note that the previous field, OnceType, is an AtomicWord which guarantees We noticed this issue and thought that we could temporarily rely on the AtomicWord field (once_) to guarantee the correct alignment. Does this issue apply to architectures other than MIPS? Should we always use the alignof attribute (with GCC)? You could probably update the comment here. Thanks for fixing this. http://codereview.chromium.org/9702114/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
