emacs-devel
[Top][All Lists]
Advanced

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

Re: Benchmarking temporary Lisp objects [Was: Re: [RFC] temporary Lisp_S


From: Paul Eggert
Subject: Re: Benchmarking temporary Lisp objects [Was: Re: [RFC] temporary Lisp_Strings]
Date: Thu, 04 Sep 2014 09:03:47 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

Dmitry Antipov wrote:
I don't know how to use VLAs in the way similar to alloca

For vectors the macro needs to generate a series of declarations and statements rather than an expression. It's less clean, but it's good enough. Something like the attached, say.

Attachment: safe-vla.c
Description: Text Data


reply via email to

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