[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: threadsafe format.scm
|
From: |
Kevin Ryde |
|
Subject: |
Re: threadsafe format.scm |
|
Date: |
Fri, 01 Aug 2003 08:11:51 +1000 |
|
User-agent: |
Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) |
Clinton Ebadi <address@hidden> 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.