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

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

Re: dynamic reload of dynamic module not dynamic?


From: Eli Zaretskii
Subject: Re: dynamic reload of dynamic module not dynamic?
Date: Wed, 20 Apr 2022 20:06:17 +0300

> Date: Tue, 19 Apr 2022 13:08:21 +0200
> From:  Emanuel Berg via Users list for the GNU Emacs text editor 
> <help-gnu-emacs@gnu.org>
> 
> tomas wrote:
> 
> > This is not completely trivial. Parts of the application may
> > have become dependent on the loaded library. [...]
> 
> I don't see how that is any different from eval'ing a Lisp
> function

Because C is a compiled language, not an interpreted one, and the
rules and machinery involved in loading shared libraries are (a) much
more complex than the rules involved in loading Lisp, and (b) we don't
control how this stuff works because this is done by the OS, not by
Emacs.



reply via email to

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