From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: threadsafe format.scm Date: Fri, 01 Aug 2003 08:11:51 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87adau1h3s.fsf@zip.com.au> References: <200307282327.42988.clinton@unknownlamer.org> <873cgn3and.fsf@zip.com.au> <200307301906.54468.clinton@unknownlamer.org> <200307302246.16240.clinton@unknownlamer.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1059689537 22923 80.91.224.249 (31 Jul 2003 22:12:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2003 22:12:17 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Aug 01 00:12:12 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19iLee-0005xB-00 for ; Fri, 01 Aug 2003 00:12:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19iLek-00051B-Cv for guile-devel@m.gmane.org; Thu, 31 Jul 2003 18:12:18 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19iLeU-0004yn-QJ for guile-devel@gnu.org; Thu, 31 Jul 2003 18:12:02 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19iLeT-0004ve-8q for guile-devel@gnu.org; Thu, 31 Jul 2003 18:12:01 -0400 Original-Received: from [61.8.0.36] (helo=snoopy.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.20) id 19iLeS-0004sd-Er for guile-devel@gnu.org; Thu, 31 Jul 2003 18:12:00 -0400 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.4) with ESMTP id h6VMBviI015464; Fri, 1 Aug 2003 08:11:58 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h6VMBv7a005178; Fri, 1 Aug 2003 08:11:57 +1000 (EST) Original-Received: from localhost (ppp18.dyn228.pacific.net.au [203.143.228.18]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h6VMBuaB020926; Fri, 1 Aug 2003 08:11:56 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19iLeJ-0000Ms-00; Fri, 01 Aug 2003 08:11:51 +1000 Original-To: Clinton Ebadi Mail-Copies-To: never In-Reply-To: <200307302246.16240.clinton@unknownlamer.org> (Clinton Ebadi's message of "Wed, 30 Jul 2003 22:46:15 -0400") User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.lisp.guile.devel:2676 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2676 Clinton Ebadi writes: > > I moved all of the global definitions into a new format procedure that has a > really long letrec. format:version looks like it's a constant, so wouldn't need to be in there. > so I'm not entirely sure if this has a huge amount of overhead or > not. If you want to look at efficiency, changing the error continuation to a catch/throw would probably help. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel