emacs-devel
[Top][All Lists]
Advanced

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

Re: Why have a #if .... #else .... #endif construct in Emacs Lisp, when


From: Po Lu
Subject: Re: Why have a #if .... #else .... #endif construct in Emacs Lisp, when we could make the existing code DTRT unchanged?
Date: Fri, 08 Sep 2023 10:45:39 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Richard Stallman <rms@gnu.org> writes:

> Optimizing these tests to operate at compile time is a separate issue.
> Please DON'T introduce a new construct `static-if' -- instead please
> make the compiler optimize the constructs that are already in the
> code.

That's already a fait accompli: static-if was introduced several days
ago.


reply via email to

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