On Sat 14 Mar 2009 15:23, l...@gnu.org (Ludovic Courtès) writes:

> Still, I would measure the impact on `module-define!' and `module-ref'
> because that's at least an additional function call.

You probably know, but at least in the VM (and I thought in the
interpreter too), the locations are computed once, and the resulting
variable is cached. So module-ref is not called repeatedly for the same
binding.

Andy
-- 
http://wingolog.org/


Reply via email to