emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs-26 threads problem [win64]


From: Andreas Schwab
Subject: Re: Emacs-26 threads problem [win64]
Date: Sat, 14 Oct 2017 14:39:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

On Okt 14 2017, Eli Zaretskii <address@hidden> wrote:

> But the important question is IMO: why did GCC emit the movaps
> instruction? why did it assume that struct thread_state must be
> 16-byte aligned?  What am I missing here?

The alignment of a struct is always at least the maximum of the
alignment of all members.  How else would you be able to align the
members?

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]