From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Perry Smith Newsgroups: gmane.emacs.help Subject: Byte Compile Question Date: Fri, 27 Jul 2012 09:44:19 -0500 Message-ID: <3D93829C-05BC-4BF3-94D2-716E8443DE9A@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1343400293 21572 80.91.229.3 (27 Jul 2012 14:44:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 27 Jul 2012 14:44:53 +0000 (UTC) To: Emacs help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 27 16:44:50 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1SulmW-0000Of-LP for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Jul 2012 16:44:45 +0200 Original-Received: from localhost ([::1]:36301 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SulmV-0000MV-Uu for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Jul 2012 10:44:43 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SulmH-0000Ky-AC for help-gnu-emacs@gnu.org; Fri, 27 Jul 2012 10:44:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SulmB-0007F5-IR for help-gnu-emacs@gnu.org; Fri, 27 Jul 2012 10:44:29 -0400 Original-Received: from mail-gg0-f169.google.com ([209.85.161.169]:37525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SulmB-0007Ew-EP for help-gnu-emacs@gnu.org; Fri, 27 Jul 2012 10:44:23 -0400 Original-Received: by ggm4 with SMTP id 4so3959298ggm.0 for ; Fri, 27 Jul 2012 07:44:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=nLzHxIzsV1AiB/I+2xZA58Tl4S8MupFguXGfkYhqCfw=; b=WygYRuw1JfNl2mRFWcWA+pZTqb6Y2PNFu1wJDTg0NFjFqD7bwsb58PqJpPncEWrqhB 47+hSYCnBexc3nQtEXJZIDToV0rEbWq0xJf+B41EvG99q/fA4lfHfFDFWQ/VlUkVpRXg oxse/qYHRP4EQvJOwLAAqjQGZKsZ5mVajDs0vcLCav7N6U0T0eLbaFuG6NUAabk/mA4t WSVyXGilZawUpCouFHbV4v4o0hitX+2KOdNAzV0tsqjyLFkLvzC+gMGmKzPbDLbPPcPq 7mPxHu36Wl8WarJvNqlSpcAWTXmzZZyxuaJCDf7zFZw5b6hoiFcPP+O51kq/bJl9G2Ds jBoA== Original-Received: by 10.68.238.72 with SMTP id vi8mr14375599pbc.118.1343400262424; Fri, 27 Jul 2012 07:44:22 -0700 (PDT) Original-Received: from magicbook.austin.ibm.com ([32.97.110.54]) by mx.google.com with ESMTPS id pi7sm2028652pbb.56.2012.07.27.07.44.21 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 Jul 2012 07:44:21 -0700 (PDT) X-Mailer: Apple Mail (2.1257) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.161.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86107 Archived-At: Hi, I have the belief that byte compiling only helps with loading files and = that once they are loaded, the code will execute at the same speed. Is that correct? Byte compiling all my personal files is a bit awkward for a couple of = reasons. I considering not doing it any more but wanted to know all the = tradeoffs. If you can, please CC me on your replies. Thank you, Perry Smith