emacs-devel
[Top][All Lists]
Advanced

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

Re: build broken: no defun org-float-time. Who's guilty, and what does h


From: Ken Raeburn
Subject: Re: build broken: no defun org-float-time. Who's guilty, and what does he propose?
Date: Mon, 7 Sep 2009 15:22:03 -0400

On Sep 7, 2009, at 14:42, Lennart Borgman wrote:
A further question:

What can the Emacs that compiles the libraries do? Can it hold the
dependency tree and start subprocesses for compilation? Or is that a
bad idea?

My initial thought is that we should let make do that, since it's already got the machinery for dealing with multiple processes running in parallel (necessary if you want to take full advantage of modern multicore machines), implementing limits on the number of active processes, etc. Having the Emacs process just generate or update the list of dependencies in the makefile is probably good enough.

Ken




reply via email to

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