emacs-devel
[Top][All Lists]
Advanced

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

Re: On elisp running native - Update 12


From: T.V Raman
Subject: Re: On elisp running native - Update 12
Date: Sat, 26 Sep 2020 07:29:03 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi Andrea,

This looks awesome.

A couple of questions:

Now that you handle the optimization declarations from cl, could you
also handle cl-declaim of the same  --- typically used in CL at
top-level / start-of file?


(cl-declaim (optimize (safety 0) (speed 3)))

2. In your example for advising primitives, you show the generate
   dfunction as
   (defun --subr-trampoline-delete-file (filename &optional trash)
   (funcall filename trash))

   Should the above check if delete-file was called interactively, and
   if yes, in turn call funcall-interactively?
-- 
?7?4 Id: kg:/m/0285kf1  ?0?8



reply via email to

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