emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master c75eb10: Don't change byte-compile-delete-error


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master c75eb10: Don't change byte-compile-delete-errors at runtime (Bug#27340)
Date: Thu, 29 Jun 2017 16:49:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

> The Hyperspec says that:
>
> 1. [declaim should] make definitions available both in the compilation
>    and run-time environments.

Hmm... the uses of declaim that I'm familiar with are optimization
settings for the compiler.  These don't "make definitions available"
AFAICT.  If foo.el contains a declaim to set the optimization level,
I don't see why it would make sense for this setting to affect all files
compiled after foo.elc was loaded (I can understand that the spec may
allow such a suboptimal behavior, but not that it would require it).


        Stefan



reply via email to

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