From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: A yacc/bison that outputs elisp? Date: Tue, 29 Mar 2005 10:44:08 -0700 Message-ID: References: <5065e2900503280609880db7b@mail.gmail.com> <5065e29005032817105cc9374d@mail.gmail.com> <87r7hy6048.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1112119928 9494 80.91.229.2 (29 Mar 2005 18:12:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Mar 2005 18:12:08 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 29 20:12:07 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DGLBe-0003AQ-P3 for ged-emacs-devel@m.gmane.org; Tue, 29 Mar 2005 20:11:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DGLRx-0002tf-Qa for ged-emacs-devel@m.gmane.org; Tue, 29 Mar 2005 13:28:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DGLQT-0002JA-8s for emacs-devel@gnu.org; Tue, 29 Mar 2005 13:26:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DGLNH-0001Qq-9a for emacs-devel@gnu.org; Tue, 29 Mar 2005 13:23:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DGLNF-0001KE-VW for emacs-devel@gnu.org; Tue, 29 Mar 2005 13:23:33 -0500 Original-Received: from [66.111.4.25] (helo=out1.smtp.messagingengine.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DGKlC-0000mY-7h for emacs-devel@gnu.org; Tue, 29 Mar 2005 12:44:14 -0500 Original-Received: from frontend3.messagingengine.com (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 493B2C6B13C for ; Tue, 29 Mar 2005 12:44:13 -0500 (EST) X-Sasl-enc: 1ZPzgKsaXUXNsPjkPrxUdw 1112118251 Original-Received: from Majnun.local (ip24-251-240-191.ph.ph.cox.net [24.251.240.191]) by frontend3.messagingengine.com (Postfix) with ESMTP id B4AA126A03 for ; Tue, 29 Mar 2005 12:44:11 -0500 (EST) Original-Received: by Majnun.local (Postfix, from userid 501) id 3B2C97FA933; Tue, 29 Mar 2005 10:44:08 -0700 (MST) Original-To: emacs-devel@gnu.org In-Reply-To: <87r7hy6048.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Tue, 29 Mar 2005 08:41:32 -0500") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (darwin) 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:35318 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35318 Stefan Monnier writes: > BTW, have you actually used it? For what? How was the performance? I did use it once, but didn't measure the performance. It relies heavily on a tight loop that does lots of vector lookups. John