bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#15880: Compute C declarations for DEFSYMs automatically.


From: Paul Eggert
Subject: bug#15880: Compute C declarations for DEFSYMs automatically.
Date: Fri, 19 Dec 2014 17:55:37 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

Attached, finally, is an updated version of the patch which should address the points raised. As the ChangeLog notes, this patch uses a couple of ideas that improve overall performance a bit for Elisp code, since it means a decent C compiler can do better analysis of C code now that Qnil etc. are constants. The constants are visible even to debuggers that don't grok macros, which I think was the main sticking point with the earlier approach.

Attachment: Qfoo.diff
Description: Text Data


reply via email to

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