guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trouble with `export'.


From: Rob Browning
Subject: Re: Trouble with `export'.
Date: 21 Jun 2001 09:33:54 -0500
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Dirk Herrmann <address@hidden> writes:

> * The need to check for conflicts at lookup time is more time
> consuming than to do this check at definition time.  While I can not
> really prove this statement, I base it on the assumption that you
> typically read a definition more often than you write it.  But, this
> is a performance issue which does not matter too much.

And don't forget to consider what implications decisions we make here
may have wrt compiling guile code.  If there are cases where you can
push the overhead of "checking" to compile time rather than run time,
then you'll avoid that expense when executing the code.

-- 
Rob Browning <address@hidden> PGP=E80E0D04F521A094 532B97F5D64E3930



reply via email to

[Prev in Thread] Current Thread [Next in Thread]