From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dimitri Fontaine Newsgroups: gmane.emacs.devel Subject: Re: Recursive compilation? Date: Wed, 01 Jun 2011 22:14:52 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1306959514 28608 80.91.229.12 (1 Jun 2011 20:18:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Jun 2011 20:18:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 01 22:18:30 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QRrs3-0004Ib-Bh for ged-emacs-devel@m.gmane.org; Wed, 01 Jun 2011 22:18:27 +0200 Original-Received: from localhost ([::1]:44233 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRrs2-0002ud-GC for ged-emacs-devel@m.gmane.org; Wed, 01 Jun 2011 16:18:26 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRrov-0002LR-Hj for emacs-devel@gnu.org; Wed, 01 Jun 2011 16:15:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRrom-0006zq-8b for emacs-devel@gnu.org; Wed, 01 Jun 2011 16:15:13 -0400 Original-Received: from prometheus.naquadah.org ([212.85.154.174]:42164 helo=mx1.naquadah.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRrol-0006yA-OE for emacs-devel@gnu.org; Wed, 01 Jun 2011 16:15:03 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mx1.naquadah.org (Postfix) with ESMTP id 8ABF35C0C8 for ; Wed, 1 Jun 2011 22:15:00 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at prometheus.naquadah.org Original-Received: from mx1.naquadah.org ([127.0.0.1]) by localhost (prometheus.naquadah.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HVNwzT6B0dYb for ; Wed, 1 Jun 2011 22:14:54 +0200 (CEST) Original-Received: from DimIMac.local (unknown [89.157.192.174]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.naquadah.org (Postfix) with ESMTPSA id E814D5C0D3 for ; Wed, 1 Jun 2011 22:14:53 +0200 (CEST) Original-Received: by DimIMac.local (Postfix, from userid 501) id 3A94D20D75C5; Wed, 1 Jun 2011 22:14:52 +0200 (CEST) User-Mail-Address: dim@tapoueh.org In-Reply-To: (Lars Magne Ingebrigtsen's message of "Tue, 31 May 2011 22:44:09 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (darwin) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 212.85.154.174 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140034 Archived-At: Lars Magne Ingebrigtsen writes: > So I was wondering whether it would be feasible to compile required > files recursively. Do you want bute-code-cache as in the following? http://www.emacswiki.org/emacs/byte-code-cache.el ;; Description: ;; Automatically cache byte-compiled versions of .el files as they're ;; loaded, automatically recompiling them as necessary. ;; Install: ;; Load this file as early as possible in ~/.emacs (after setting ;; variables, and after custom, if you used custom to set them.) ;; Anything loaded after it will be automatically byte-compiled. ;; This file cannot byte-compile itself, so you should do that ;; separately. ;; Author: Daniel Colascione Regards, -- dim