From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Byte-compiling ucs-normalize.el takes a long time Date: Fri, 14 Aug 2009 12:59:24 +0300 Message-ID: <83ab22k96r.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1250244068 28277 80.91.229.12 (14 Aug 2009 10:01:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Aug 2009 10:01:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 14 12:01:00 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 1Mbtaj-0000ZJ-NN for ged-emacs-devel@m.gmane.org; Fri, 14 Aug 2009 12:00:58 +0200 Original-Received: from localhost ([127.0.0.1]:55511 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mbta0-0001DJ-6z for ged-emacs-devel@m.gmane.org; Fri, 14 Aug 2009 06:00:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MbtZs-0001AN-K8 for emacs-devel@gnu.org; Fri, 14 Aug 2009 06:00:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbtZr-00018B-N8 for emacs-devel@gnu.org; Fri, 14 Aug 2009 06:00:04 -0400 Original-Received: from [199.232.76.173] (port=43454 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbtZr-00017f-Ef for emacs-devel@gnu.org; Fri, 14 Aug 2009 06:00:03 -0400 Original-Received: from mtaout7.012.net.il ([84.95.2.19]:58821) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MbtZq-0000rP-Qv for emacs-devel@gnu.org; Fri, 14 Aug 2009 06:00:03 -0400 Original-Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KOD007002DMPS00@i-mtaout7.012.net.il> for emacs-devel@gnu.org; Fri, 14 Aug 2009 12:59:19 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.228.232.38]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KOD00NSL2EU53B0@i-mtaout7.012.net.il> for emacs-devel@gnu.org; Fri, 14 Aug 2009 12:59:19 +0300 (IDT) X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) 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:114236 Archived-At: I tried on 2 different and fairly modern machines: a single-CPU hyper-threaded 3GHz Windows XP box, and a GNU/Linux machine with 4 dual-core 2.2GHz CPUs. The Windows box was otherwise idle, the GNU/Linux machine had a load average of 1.2. The times are: Windows: real 00h00m13.750s user 00h00m12.562s sys 00h00m00.609s GNU/Linux: real 0m19.975s user 0m19.740s sys 0m0.150s Why does it take so long to byte-compile this file?