emacs-devel
[Top][All Lists]
Advanced

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

Re: customize, futility of byte-compiling


From: Per Abrahamsen
Subject: Re: customize, futility of byte-compiling
Date: Mon, 12 Aug 2002 12:01:59 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.1 (sparc-sun-solaris2.8)

Edward Welbourne <address@hidden> writes:

> Why does byte-compilation gain no benefit ?
> Is this specific to customizations, or generally true ?

The "customize" information is just a single function call, all the
real work is done by the function it calls.  So you can byte-compile
the call to the function, but that doesn't make the function itself
(where the time is spend) any faster.




reply via email to

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