From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Israelsson Tampe Newsgroups: gmane.lisp.guile.devel Subject: terribly complex syntax objects in syntax parse Date: Mon, 14 May 2012 21:54:25 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae9340c4500d9c704c0047408 X-Trace: dough.gmane.org 1337025274 10016 80.91.229.3 (14 May 2012 19:54:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 May 2012 19:54:34 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon May 14 21:54:34 2012 Return-path: Envelope-to: guile-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 1SU1Lk-0004tl-Kt for guile-devel@m.gmane.org; Mon, 14 May 2012 21:54:32 +0200 Original-Received: from localhost ([::1]:46930 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SU1Lk-00064j-1y for guile-devel@m.gmane.org; Mon, 14 May 2012 15:54:32 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SU1Lh-0005xP-9p for guile-devel@gnu.org; Mon, 14 May 2012 15:54:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SU1Lf-0008Hp-Ko for guile-devel@gnu.org; Mon, 14 May 2012 15:54:28 -0400 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:33045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SU1Lf-0008He-DJ for guile-devel@gnu.org; Mon, 14 May 2012 15:54:27 -0400 Original-Received: by yhr47 with SMTP id 47so5683404yhr.0 for ; Mon, 14 May 2012 12:54:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=1CvEbpnnbB7P9RoucdKdGbZfOVPAv8bvHRJw4o6WfpE=; b=oseIDTHfaW8QG5c7KU0FaigHaBy5UkU7h8DnRmm17DRAvH19GjyrY5hiwFErz57kXP lVdUkeRITJp7ZcYeIBd83jp6luGMy7VHQK/WVC2kD2z/6zQT6AmxaSrtZZmPeKWULivv 80q4ozuVkfQUH5q7crxBm4S+OK072xOaGaGiHRTYj7IHd7o/MHTauWlEDsCdYe2vL/81 CoTKvPOb4s36wXbNjpDUH+OJ6fLRl5S56e4sw+FPmYrhQtC61qPH/d46/rcSISrAuGI0 ZL5L6tyYvdopZTCHnLbbE3/1Mphr0LOR394N+MEXwoXh1gsWFIl9CmMpXVPZ5OLgVLAp XiSg== Original-Received: by 10.50.15.137 with SMTP id x9mr4962886igc.8.1337025265457; Mon, 14 May 2012 12:54:25 -0700 (PDT) Original-Received: by 10.50.242.102 with HTTP; Mon, 14 May 2012 12:54:25 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.213.41 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:14424 Archived-At: --14dae9340c4500d9c704c0047408 Content-Type: text/plain; charset=ISO-8859-1 Hi, syntax-parse is kind of heavy right now. The parser function produced are huge and the main reason is that the stored syntax objects are enormous. I know that Mark Weaver had done something to make these creatures less fatty. The question is if there is anything a guile user can do? Regards Stefan --14dae9340c4500d9c704c0047408 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

syntax-parse is kind of heavy right now. The parser function pro= duced are huge and the main reason
is that the stored syntax objects ar= e enormous. I know that Mark Weaver had done something to make
these cre= atures less fatty. The question is if there is anything a guile user can do= ?

Regards
Stefan
--14dae9340c4500d9c704c0047408--