From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: byte-compiling files loaded in loadup.el Date: Fri, 06 Aug 2010 14:21:15 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1281118897 28083 80.91.229.12 (6 Aug 2010 18:21:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 Aug 2010 18:21:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 06 20:21:33 2010 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.69) (envelope-from ) id 1OhRXo-0006Xe-71 for ged-emacs-devel@m.gmane.org; Fri, 06 Aug 2010 20:21:24 +0200 Original-Received: from localhost ([127.0.0.1]:37955 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OhRXn-0006oc-JL for ged-emacs-devel@m.gmane.org; Fri, 06 Aug 2010 14:21:23 -0400 Original-Received: from [199.232.76.173] (port=52961 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OhRXh-0006ls-Bd for emacs-devel@gnu.org; Fri, 06 Aug 2010 14:21:17 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OhRXg-0007NA-Fy for emacs-devel@gnu.org; Fri, 06 Aug 2010 14:21:17 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:56650) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OhRXg-0007N5-9s for emacs-devel@gnu.org; Fri, 06 Aug 2010 14:21:16 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OhRXg-0008Jy-04; Fri, 06 Aug 2010 14:21:16 -0400 In-Reply-To: (Stefan Monnier's message of "Fri\, 06 Aug 2010 15\:12\:17 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:128403 Archived-At: Stefan Monnier writes: >> A little experiment shows that byte compiling any of the files in >> loadup.el that are currently not byte compiled (and not explicitly >> excluded by loading the .el version) the pure size grows a little bit. > >> This means that there are a few extra objects that do not need to be >> garbage collected every single time the garbage collector runs. > > Maybe it means instead that the byte-compiled versions use up > more space. It might. IMO we should still byte compile them, even if it's just for compile time error checking...