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

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

Re: quickly find all executables


From: Kin Cho
Subject: Re: quickly find all executables
Date: 28 Jul 2003 12:23:16 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

> Lisp function calls are relatively slow, but you can't determine
> how many functions are called just by looking at the code.
> 
> Also, did you try byte-compiling the code?  Eric's code would probably
> benefit the most, because of the lambda form.

I was using eval-expression to run the code previously.  Now, putting the
same code in a file and byte-compiling it appear to speed up neither Eric's
version, nor your version.

-kin


reply via email to

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