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: Re: Loading dynamic docstrings and bytecode more lazily Date: Sat, 09 Feb 2013 15:09:32 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1360440584 26384 80.91.229.3 (9 Feb 2013 20:09:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Feb 2013 20:09:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 09 21:10:05 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U4GkI-0002Ng-FL for ged-emacs-devel@m.gmane.org; Sat, 09 Feb 2013 21:09:58 +0100 Original-Received: from localhost ([::1]:45486 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4Gjz-0006m0-9X for ged-emacs-devel@m.gmane.org; Sat, 09 Feb 2013 15:09:39 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:49617) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4Gju-0006lo-PA for emacs-devel@gnu.org; Sat, 09 Feb 2013 15:09:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4Gjs-0002fX-U0 for emacs-devel@gnu.org; Sat, 09 Feb 2013 15:09:34 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4Gjs-0002fS-QZ for emacs-devel@gnu.org; Sat, 09 Feb 2013 15:09:32 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U4Gjs-0008G0-8F; Sat, 09 Feb 2013 15:09:32 -0500 X-Spook: Osama domestic disruption Afghanistan Juiliett Class X-Ran: OgRaP,LnG#N->BJmRs9EXN7-"v\;R X-Hue: blue X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Sat, 09 Feb 2013 00:13:41 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:156928 Archived-At: Stefan Monnier wrote: > Sadly, the result is disappointing. When loading cl-macs.elc (i.e. one > the files where the change should shine), I see a speed up of 4%. On a semi-related note, is it worth keeping byte-compile-dynamic? (Eg http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11707#41 )