From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Loading souce Elisp faster Date: Sat, 02 Mar 2013 21:52:40 +0900 Message-ID: <87txourmjr.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1362228777 31852 80.91.229.3 (2 Mar 2013 12:52:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Mar 2013 12:52:57 +0000 (UTC) Cc: lennart.borgman@gmail.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 02 13:53:18 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 1UBlwD-0003kX-O0 for ged-emacs-devel@m.gmane.org; Sat, 02 Mar 2013 13:53:17 +0100 Original-Received: from localhost ([::1]:43185 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBlvs-0004Bj-LN for ged-emacs-devel@m.gmane.org; Sat, 02 Mar 2013 07:52:56 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:39147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBlvp-00049k-Bn for emacs-devel@gnu.org; Sat, 02 Mar 2013 07:52:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBlvo-0003pt-4R for emacs-devel@gnu.org; Sat, 02 Mar 2013 07:52:53 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBlvo-0003pp-1B for emacs-devel@gnu.org; Sat, 02 Mar 2013 07:52:52 -0500 Original-Received: from 253.240.accsnet.ne.jp ([202.220.240.253]:49500 helo=mongkok) by fencepost.gnu.org with esmtpa (Exim 4.71) (envelope-from ) id 1UBlvg-0002yZ-BH; Sat, 02 Mar 2013 07:52:44 -0500 In-Reply-To: (message from Richard Stallman on Thu, 28 Feb 2013 21:12:36 -0500) 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:157480 Archived-At: In article , Richard Stallman writes: > I think the > better place of tuning is in the function decode_coding. > Please go ahead and do it. Ok. > Can you speed up the code to detect a coding, in a similar way? The current detector already skips the heading ASCIIs at first. So, I'm not sure how much we can tune up the current code. --- Kenichi Handa handa@gnu.org