From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: parallel bytecomp [was Re: Add cedet/ede/shell.el to ELCFILES] Date: Sat, 17 Oct 2009 22:21:18 -0400 Message-ID: References: <83vdiegtcd.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1255832498 9960 80.91.229.12 (18 Oct 2009 02:21:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Oct 2009 02:21:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 18 04:21:30 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MzLOj-0007OP-Vp for ged-emacs-devel@m.gmane.org; Sun, 18 Oct 2009 04:21:30 +0200 Original-Received: from localhost ([127.0.0.1]:38596 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzLOj-0002Ar-Ad for ged-emacs-devel@m.gmane.org; Sat, 17 Oct 2009 22:21:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MzLOe-0002AX-66 for emacs-devel@gnu.org; Sat, 17 Oct 2009 22:21:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MzLOZ-00029v-1c for emacs-devel@gnu.org; Sat, 17 Oct 2009 22:21:23 -0400 Original-Received: from [199.232.76.173] (port=57482 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzLOY-00029s-Ry for emacs-devel@gnu.org; Sat, 17 Oct 2009 22:21:18 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:39740) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MzLOY-0003Fb-Jm for emacs-devel@gnu.org; Sat, 17 Oct 2009 22:21:18 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MzLOY-0004sp-Ay; Sat, 17 Oct 2009 22:21:18 -0400 X-Spook: SSL Bruxelles Skipjack BROMURE rail gun Craig Livingstone X-Ran: d!b4k-k+wnf#w@VGG'0>-?lq^w]0##%toU8z?=dppid%J@Py3ACnWm<`HZEsf?JXg)6m$+ X-Hue: red X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Sat, 17 Oct 2009 21:03:05 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116218 Archived-At: Stefan Monnier wrote: > allow parallel compilation of the .el files (which happens to be > unreliable anyway) Are you talking about this? http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=4196 Patches for this would also be good.