emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] trunk r117846: Add macros to allocate temporary Lisp o


From: Stefan Monnier
Subject: Re: [Emacs-diffs] trunk r117846: Add macros to allocate temporary Lisp objects with alloca.
Date: Tue, 09 Sep 2014 13:55:54 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

>> Any reason you don't use the `alignas' we already use/check just above?
> An existing code uses alignas (X) for variable declaration,
> not for type declaration.  If I try the latter, I see:

Any chance `alignas' can be used where we create the stack-allocated
object, maybe?


        Stefan



reply via email to

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