emacs-devel
[Top][All Lists]
Advanced

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

Re: named-let


From: Andrea Corallo
Subject: Re: named-let
Date: Mon, 11 Jan 2021 23:04:20 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Tomas Hlavaty <tom@logand.com> writes:

> On Mon 11 Jan 2021 at 22:40, Andrea Corallo <akrl@sdf.org> wrote:
>> As a side note, the native compiler supports that also for regular
>> functions when compiling at speed 3 (not much tested tho :)
>
> Which Emacs version has native compiler available?

That's a feature branch in feature/native-comp

> How does one specify speed 3?  Is that like in Common Lisp (declare
> (optimize (speed 3)))?

ATM one can use (declare (speed 3)) or (declare (cl-optimize (speed 3)))
or bind the special variable `comp-speed' to 3 during compilation.

  Andrea



reply via email to

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