emacs-devel
[Top][All Lists]
Advanced

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

Re: Loading souce Elisp faster


From: Xue Fuqiao
Subject: Re: Loading souce Elisp faster
Date: Thu, 28 Feb 2013 06:32:52 +0800

On Wed, 27 Feb 2013 20:28:10 +0100
Achim Gratz <address@hidden> wrote:

> Drew Adams writes:
> > But perhaps you meant something that does what `byte-recompile-directory' 
> > does
> > (recompiles as needed) but also compiles any .el that has never been 
> > compiled?
> I know byte-recompile-directory in its various incarnations through
> Emacs history, thanks.  This speeds up things, but is single threaded
> and hence not very useful on multi-core machines (unless you happen to
> do compiles in parallel directories).

I'm no expert on this.  But I think concurrency can help.

> With make-like build systems you first have to
> remove these (or rather all .elc most of the time) to ensure that
> subsequent compilations will work correctly.

I agree.  Doing these things is annoying.

> Regards,
> Achim.

-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



reply via email to

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