From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Compilation to native Date: Wed, 31 Mar 2004 02:31:35 +0300 Organization: JURTA Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <871xn9lxns.fsf@mail.jurta.org> References: <87eks0654s.fsf@sno.mundell.ukfsn.org> <87n06bp4ng.fsf@sno.mundell.ukfsn.org> <877jxccutf.fsf@sno.mundell.ukfsn.org> <87k712gesk.fsf@sno.mundell.ukfsn.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1080689716 25869 80.91.224.253 (30 Mar 2004 23:35:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 30 Mar 2004 23:35:16 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Mar 31 01:35:07 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B8Sl9-0003Wi-00 for ; Wed, 31 Mar 2004 01:35:07 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B8Sl9-00031D-00 for ; Wed, 31 Mar 2004 01:35:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B8Sk9-0004fe-9L for emacs-devel@quimby.gnus.org; Tue, 30 Mar 2004 18:34:05 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B8Sjv-0004ZN-GV for emacs-devel@gnu.org; Tue, 30 Mar 2004 18:33:51 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B8SjM-0003rH-Vd for emacs-devel@gnu.org; Tue, 30 Mar 2004 18:33:48 -0500 Original-Received: from [66.33.219.4] (helo=spork.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B8SjM-0003qy-Mn; Tue, 30 Mar 2004 18:33:16 -0500 Original-Received: from mail.jurta.org (80-235-32-111-dsl.mus.estpak.ee [80.235.32.111]) by spork.dreamhost.com (Postfix) with ESMTP id 26B4E11DC0D; Tue, 30 Mar 2004 15:33:13 -0800 (PST) Original-To: Matthew Mundell In-Reply-To: <87k712gesk.fsf@sno.mundell.ukfsn.org> (Matthew Mundell's message of "30 Mar 2004 23:18:03 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21108 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21108 Matthew Mundell writes: > There is the possibility of further improvement, especially for this > example, by moving Lisp object referencing and setting out of loops. There are several declaration forms in the CL package (info "(cl)Declarations") which are intended for optimising compilers, but currently unused. They could be used for the native code compiler. -- Juri Linkov http://www.jurta.org/emacs/