emacs-devel
[Top][All Lists]
Advanced

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

Re: ELCFILES [was Re: Updating org-mode in Emacs]


From: Ken Raeburn
Subject: Re: ELCFILES [was Re: Updating org-mode in Emacs]
Date: Sat, 8 Aug 2009 16:04:58 -0400

On Aug 8, 2009, at 03:03, Andreas Schwab wrote:
Parallel byte-compiling without proper dependencies following
require/load does not work anyway.  You can get random build failures
when one process is writing the same elc file while another one is
reading it.

I think I ran into that failure once in recent months...
It could be dealt with by writing the compiled version to a temporary name and renaming it into place once it's written. Any other load running in the meantime will see the old .elc file, older than the .el file, or maybe there won't be a .elc file, and either way, we can have the .el source loaded instead.

Ken




reply via email to

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