emacs-devel
[Top][All Lists]
Advanced

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

Re: Dynamic loading progress


From: Paul Eggert
Subject: Re: Dynamic loading progress
Date: Tue, 10 Feb 2015 14:24:57 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

On 02/10/2015 12:40 PM, Stefan Monnier wrote:
I think what this boils down to, is that we need a "emacs.h" or
something like that which modules would include instead of including
lisp.h.

Yes, I was thinking of something along those lines as well. "emacs.h" could, for example, define a symbol EMACS_MODULE that is 1 (whereas it's 0 for core Emacs code), and then globals.h could conditionally define Qxxx to be something that's dynamically linkable but slower if EMACS_MODULE is 1, and to be something that's not dynamically linkable but faster if EMACS_MODULE is 0.




reply via email to

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